aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Create a macro for checking a dirty bit.Paul Berry2014-09-012-1/+7
* i965: Create a macro for setting all dirty bits.Paul Berry2014-09-014-7/+18
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-0132-67/+74
* i965: add missing parens in vec4 visitorDave Airlie2014-09-021-1/+2
* nouveau: don't leak dec struct on errorDave Airlie2014-09-021-1/+1
* xvmc/tests: %C isn't a valid printf specifier.Dave Airlie2014-09-021-2/+2
* nouveau/nv40: quiten coverity warning in unused vertex texture code.Dave Airlie2014-09-021-0/+1
* nv50: remove unused variablesIlia Mirkin2014-09-012-2/+0
* mesa: force height of 1D textures to be 1 in texture viewsIlia Mirkin2014-09-011-0/+3
* nv50: attach the buffer bo to the miptree structuresIlia Mirkin2014-09-011-8/+5
* nv50: mt address may not be the underlying bo's start addressIlia Mirkin2014-09-013-12/+14
* nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin2014-09-011-0/+2
* nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin2014-09-011-0/+4
* nvc0: don't make 1d staging textures linearIlia Mirkin2014-09-011-1/+0
* nv50: zero out unbound samplersIlia Mirkin2014-09-011-2/+5
* nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2014-09-012-8/+29
* freedreno/ir3: add DDX/DDYRob Clark2014-09-011-4/+53
* freedreno/ir3: don't keep IR aroundRob Clark2014-09-011-1/+6
* i965/fs: Don't segfault when debug-logging a null programJason Ekstrand2014-09-011-2/+2
* i965/vec4: Don't segfault when debug-logging a null programJason Ekstrand2014-09-011-2/+2
* radeonsi: implement EXPCLEAR optimization for depthMarek Olšák2014-09-015-2/+23
* r600g,radeonsi: initialize HTILE to fully-expanded stateMarek Olšák2014-09-011-1/+3