summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increment version to 10.3.0-rc3mesa-10.3-rc3Emil Velikov2014-09-051-1/+1
* st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák2014-09-051-2/+3
* mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2014-09-052-0/+10
* freedreno/ir3: fix potential null ptr derefRob Clark2014-09-051-1/+2
* freedreno/a2xx: fix segfaultRob Clark2014-09-051-0/+1
* freedreno/a3xx: handle first/last level properlyRob Clark2014-09-053-9/+13
* freedreno: implement pipe_flush_resource()Rob Clark2014-09-051-1/+5
* freedreno: don't ignore src/dst levelRob Clark2014-09-051-39/+63
* automake: check if the linker supports --dynamic-listJonathan Gray2014-09-053-2/+28
* kms-swrast: Support Prime fd handlingAndreas Pokorny2014-09-052-11/+79
* r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák2014-09-051-0/+28
* mesa: invalidate draw state in glPopClientAttribMarek Olšák2014-09-051-0/+4
* winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom2014-09-051-4/+9
* i965: Handle ir_triop_csel in emit_bool_to_cond_code().Kenneth Graunke2014-09-052-4/+36
* glsl: fix assertion which fails for unsigned array indices.tiffany2014-09-051-1/+1
* i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand2014-09-051-10/+21
* i965/copy_image: Use the correct block dimensionJason Ekstrand2014-09-051-6/+6
* meta/copy_image: Use the correct texture level when creating viewsJason Ekstrand2014-09-051-1/+1
* i965/copy_image: Use the correct texture levelJason Ekstrand2014-09-051-4/+6
* r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák2014-09-051-6/+6
* meta: Make MESA_META_DRAW_BUFFERS restore properlyKristian Høgsberg2014-09-051-34/+4
* Revert "mesa: fix make tarballs"Emil Velikov2014-09-052-3/+1
* i965: add missing parens in vec4 visitorDave Airlie2014-09-051-1/+2
* nv50: attach the buffer bo to the miptree structuresIlia Mirkin2014-09-051-8/+5
* nv50: mt address may not be the underlying bo's start addressIlia Mirkin2014-09-053-12/+14
* nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin2014-09-051-0/+2
* nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin2014-09-051-0/+4
* nvc0: don't make 1d staging textures linearIlia Mirkin2014-09-051-1/+0
* nv50: zero out unbound samplersIlia Mirkin2014-09-051-2/+5
* nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2014-09-052-8/+29
* r600g: fix layered clearMarek Olšák2014-09-051-1/+2
* glsl_to_tgsi: allocate and enlarge arrays for temporaries on demandMarek Olšák2014-09-051-18/+33
* Increment version to 10.3.0-rc2mesa-10.3-rc2Emil Velikov2014-09-011-1/+1
* mesa: fix make tarballsEmil Velikov2014-09-012-2/+3
* i965/vec4: Update register coalescing test.Matt Turner2014-08-311-4/+1
* i965: Add 2x MSAA support to Broadwell fast clear code.Kenneth Graunke2014-08-311-0/+1
* radeon/uvd: fix field handling on R6XX style UVDChristian König2014-08-281-2/+5
* vl/compositor: set the scissor before clearing the render targetChristian König2014-08-261-1/+1
* st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König2014-08-263-15/+71
* glcpp: Don't use alternation in the lookahead for empty pragmas.Carl Worth2014-08-251-2/+8
* Makefile: Switch from md5sums to sha256sumsCarl Worth2014-08-251-5/+5
* radeonsi: add new SI pci idsAlex Deucher2014-08-251-0/+4
* radeonsi: add new CIK pci idsAlex Deucher2014-08-251-0/+3
* i965: Disable try_emit_b2f_of_compare on Gen4-6.Kenneth Graunke2014-08-221-0/+7
* i965: Fix JIP/UIP calculations.Matt Turner2014-08-221-8/+6
* Increment version to 10.3.0-rc1mesa-10.3-rc1Carl Worth2014-08-211-1/+1
* r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard2014-08-211-1/+3
* r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard2014-08-211-3/+0
* r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard2014-08-211-2/+3
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-212-2/+2