summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* i965/vec4: Make type_size() return 0 for samplers.Kenneth Graunke2014-09-121-3/+3
* i965: Skip allocating UNIFORM file storage for uniforms of size 0.Kenneth Graunke2014-09-122-6/+6
* i965: Disable guardband clipping in the smaller-than-viewport case.Kenneth Graunke2014-09-121-0/+31
* i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke2014-09-125-16/+42
* i965: Fix reference counting in new basevertex upload code.Kenneth Graunke2014-09-121-0/+3
* i965: Request lowering gl_VertexIDIan Romanick2014-09-121-0/+1
* i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke2014-09-123-20/+65
* i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.Kenneth Graunke2014-09-121-30/+47
* i965: Make gl_BaseVertex available in a buffer object.Kenneth Graunke2014-09-123-0/+31
* i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke2014-09-126-12/+34
* i965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2014-09-121-0/+1
* mesa: Fix glGetActiveAttribute for gl_VertexID when lowered.Kenneth Graunke2014-09-121-1/+13
* mesa: Replace string comparisons with SYSTEM_VALUE enum checks.Kenneth Graunke2014-09-121-2/+2
* glsl: Add a lowering pass for gl_VertexIDIan Romanick2014-09-126-0/+165
* glsl/linker: Make get_main_function_signature publicIan Romanick2014-09-122-4/+8
* mesa: Add SYSTEM_VALUE_BASE_VERTEXIan Romanick2014-09-122-1/+15
* mesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASEIan Romanick2014-09-122-0/+13
* mesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_INSTANCE_IDIan Romanick2014-09-121-0/+57
* i965/vec4: Reswizzle sources when necessary.Matt Turner2014-09-102-11/+25
* configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray2014-09-091-0/+1
* configure: enable the gallium loader only when neededEmil Velikov2014-09-091-10/+16
* configure: bail out if building svga without libdrmEmil Velikov2014-09-091-0/+3
* nv50/ir: avoid array overrun when checking for supported modsIlia Mirkin2014-09-092-2/+2
* i965: Handle ir_binop_ubo_load in boolean expression code.Kenneth Graunke2014-09-092-4/+4
* i965: Handle ir_triop_csel in emit_if_gen6().Kenneth Graunke2014-09-092-4/+33
* gallivm: Fix Altivec pack intrinsics for little-endianUlrich Weigand2014-09-081-5/+21
* mesa/st: don't advertise NV_vdpau_interop if it doesn't work.Christian König2014-09-081-1/+7
* i965: Adjust fast-clear resolve rect for BDWKristian Høgsberg2014-09-081-4/+10
* nvc0/ir: clarify recursion fix to finding first tex usesChristoph Bumiller2014-09-081-9/+7
* nv50/ir/util: fix BitSet issuesChristoph Bumiller2014-09-083-3/+10
* i965/blorp: Pass image formats seperately from the miptreeJason Ekstrand2014-09-084-19/+43
* 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