aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-07Merge branch 'ubuntu' into ubuntu+1ubuntu+1Maarten Lankhorst
2014-03-31release to trustyMaarten Lankhorst
2014-03-31Add explicit libudev1 | libudev0 dependency. (LP: #1296947)Maarten Lankhorst
2014-03-31Merge branch 'debian-unstable' into ubuntuMaarten Lankhorst
2014-03-31Add explicit libudev1 dependency.Maarten Lankhorst
2014-03-22Upload to unstablemesa-10.1.0-4Julien Cristau
2014-03-22Install /etc/drirc on hurd (Closes: #741572).Andreas Boll
2014-03-22Fix unsatisfiable libwayland-egl1-mesa and libwayland-dev dependency on !linuxAndreas Boll
2014-03-19Upload to unstable.mesa-10.1.0-3Julien Cristau
2014-03-19Steal Ubuntu patch to work around build failure on armhfJulien Cristau
2014-03-19Drop dependency of libegl1-mesa-drivers on libgl1-mesa-driSven Joachim
2014-03-19Actually enable radeonsi on kfreebsd.Andreas Boll
2014-03-19Build OpenCL only on architectures where we have LLVM enabled.Andreas Boll
2014-03-19Hopefully fix a FTBFS with libgallium on !x86.Maarten Lankhorst
2014-03-19fix emberassing bug in refresh of mir patchMaarten Lankhorst
2014-03-19add changelogMaarten Lankhorst
2014-03-19re-enable egl-platform-mir patch againMaarten Lankhorst
2014-03-19refresh symbolsMaarten Lankhorst
2014-03-19refresh patches, drop upstreamedMaarten Lankhorst
2014-03-19Merge branch 'upstream-ubuntu' into ubuntu+1Maarten Lankhorst
2014-03-19Merge branch 'upstream-experimental' into upstream-ubuntuMaarten Lankhorst
2014-03-18glsl: Allow dot() on scalars, and throw out dotlike().Matt Turner
2014-03-18glsl: Optimize pow(x, 2) into x * x.Matt Turner
2014-03-18glsl: Match whitespace changes from previous patch.Matt Turner
2014-03-18glsl: Expose pack/unpack built-ins for ARB_gpu_shader5.Matt Turner
2014-03-18i965: Drop some more dead code from the old CACHED_BATCH feature.Eric Anholt
2014-03-18i965: Drop special case for edgeflag thanks to Marek's change to core.Eric Anholt
2014-03-18mesa: include stdbool.h in register_allocate.h to fix buildBrian Paul
2014-03-18i965: Enable EWA anisotropic filtering algorithmIan Romanick
2014-03-18i965: Actually initialize simd16_unsupported and no16_msg.Kenneth Graunke
2014-03-18i965/upload: Refactor open-coded ALIGN-like computations.Kenneth Graunke
2014-03-18i965: Fix indentation in brw_upload_indices().Kenneth Graunke
2014-03-18i965: Consolidate code for setting brw->ib.start_vertex_offset.Kenneth Graunke
2014-03-18i965: Allocate register sets at screen creation, not context creation.Kenneth Graunke
2014-03-18i965: Allocate the screen using ralloc rather than calloc.Kenneth Graunke
2014-03-18ra: Convert another bool array to bitsets.Eric Anholt
2014-03-18ra: Use a bitset for storing which registers belong to a class.Kenneth Graunke
2014-03-18ra: Create a reg_belongs_to_class() helper function.Kenneth Graunke
2014-03-18ra: Use bool instead of GLboolean.Kenneth Graunke
2014-03-18i965: Accurately bail on SIMD16 compiles.Kenneth Graunke
2014-03-18i965/fs: Support pull parameters in SIMD16 mode.Kenneth Graunke
2014-03-18i965/fs: Use a single instance of the pull_constant_loc[] array.Kenneth Graunke
2014-03-18i965/fs: Don't renumber UNIFORM registers.Kenneth Graunke
2014-03-18i965/fs: Split pull parameter decision making from mechanical demoting.Kenneth Graunke
2014-03-18i965/fs: Record pull constant locations for all array elements.Kenneth Graunke
2014-03-18i965/fs: Save push constant location information.Kenneth Graunke
2014-03-18i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.Kenneth Graunke
2014-03-18gallium/docs: update SLT, SGE, SFL, STR opcode docsBrian Paul
2014-03-18glx: Fix incorrect pdp assignment in dri2_bind_context().Charmaine Lee
2014-03-18nvc0: Handle user mapped vertex buffer for edgeflagMaarten Lankhorst