aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Add init function to fs_visitorJordan Justen2014-09-042-0/+7
* vc4: Add a CSE optimization pass.Eric Anholt2014-09-044-0/+238
* vc4: Switch to using native integers.Eric Anholt2014-09-045-6/+228
* vc4: Expose compares at a lower level in QIR.Eric Anholt2014-09-045-79/+148
* vc4: Stop being so clever in CMP handling.Eric Anholt2014-09-041-23/+6
* state_tracker: Fix bug in conditional discards with native ints.Eric Anholt2014-09-041-2/+12
* swrast: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* osmesa: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* xlib: s/INLINE/inline/Brian Paul2014-09-041-3/+3
* meta: s/INLINE/inline/Brian Paul2014-09-041-1/+1
* mesa: s/INLINE/inline/Brian Paul2014-09-043-5/+5
* r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák2014-09-041-0/+28
* mesa: invalidate draw state in glPopClientAttribMarek Olšák2014-09-041-0/+4
* Revert "r600g,radeonsi: initialize HTILE to fully-expanded state"Marek Olšák2014-09-041-3/+1
* winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom2014-09-041-4/+9
* glapi: Add KHR_debug functions to check_table testTimothy Arceri2014-09-041-0/+6
* egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2014-09-032-2/+2
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-0311-17/+17
* glsl: Report progress from opt_copy_propagation_elements().Kenneth Graunke2014-09-031-0/+1
* glsl: Skip rewriting instructions in opt_cpe when unnecessary.Kenneth Graunke2014-09-031-0/+10
* glsl: Initialize source_chan in opt_copy_propagation_elements.Kenneth Graunke2014-09-031-1/+1
* i965: Handle ir_triop_csel in emit_bool_to_cond_code().Kenneth Graunke2014-09-032-4/+36
* i965: Move curb_read_length/total_scratch to brw_stage_prog_data.Kenneth Graunke2014-09-0316-38/+40
* glsl: fix assertion which fails for unsigned array indices.tiffany2014-09-031-1/+1
* i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand2014-09-031-10/+21
* i965/copy_image: Use the correct block dimensionJason Ekstrand2014-09-031-6/+6
* meta/copy_image: Use the correct texture level when creating viewsJason Ekstrand2014-09-031-1/+1
* i965/copy_image: Use the correct texture levelJason Ekstrand2014-09-031-4/+6
* gallivm: Fix build against LLVM SVN >= r216982Michel Dänzer2014-09-032-0/+11
* r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák2014-09-031-6/+6
* r600g,radeonsi: Preserve existing buffer flagsMichel Dänzer2014-09-031-3/+3
* main: Don't leak temporary texture rowsJason Ekstrand2014-09-021-0/+4
* r300g: pointless assignment of info.indexedDave Airlie2014-09-031-2/+0
* omx/h264: remove stray semicolon after ifDave Airlie2014-09-031-1/+1
* vdpau: unlock the mutex on error paths in attribute setting.Dave Airlie2014-09-031-12/+26
* u_primconvert: Use u_upload_mgr for our little IB allocations.Eric Anholt2014-09-021-11/+9
* u_primconvert: Shut up compiler warning.Eric Anholt2014-09-021-1/+1
* gbm: Fix gallium build when X11 is in a non-system directoryEric Anholt2014-09-021-0/+1
* vc4: Handle a couple of the transfer map flags.Eric Anholt2014-09-022-4/+12
* meta: Make MESA_META_DRAW_BUFFERS restore properlyKristian Høgsberg2014-09-021-34/+4
* Revert "mesa: fix make tarballs"Emil Velikov2014-09-021-2/+1
* mesa/program_cache: calloc the correct size for the cache.Dave Airlie2014-09-021-1/+1
* radeonsi: Compile dummy pixel shader on demandMichel Dänzer2014-09-022-8/+10
* u_blitter: Create all shaders on demandMichel Dänzer2014-09-021-43/+104
* r600g,radeonsi: Inform the kernel if a BO will likely be accessed by the CPUMichel Dänzer2014-09-023-11/+23
* glsl: free uniform_map on failure path.Dave Airlie2014-09-021-1/+3
* main/cs: Add gl_context::ComputeProgramPaul Berry2014-09-011-0/+15
* mesa: Convert NewDriverState to 64-bitsJordan Justen2014-09-016-13/+25
* i965: Modify state upload to allow 2 different sets of state atoms.Paul Berry2014-09-012-25/+32
* i965: Modify dirty bit handling to support 2 pipelines.Paul Berry2014-09-014-16/+46