summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-17glsl2: Add flags to enable variable index loweringglsl2-lower-variable-indexingIan Romanick5-8/+82
2010-09-17glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick1-11/+12
2010-09-17glsl2: Declare dereference_array_condition with the correct typeIan Romanick1-1/+1
2010-09-17glsl2: Fix linear portion of index search for writesIan Romanick1-5/+15
2010-09-17glsl2: Reformat to match coding conventions in the rest of the compilerIan Romanick1-62/+94
2010-09-17glsl2: Use correct talloc context in lower_variable_index_to_cond_assign passIan Romanick1-29/+35
2010-09-17glsl2: Don't return an exec_listIan Romanick1-31/+18
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri5-0/+282
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie1-1/+1
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie1-1/+1
2010-09-17r600g: fixup map flushing.Dave Airlie1-5/+9
2010-09-17r600g: add upload manager support.Dave Airlie6-47/+223
2010-09-17r600g: add winsys bo caching.Dave Airlie4-31/+24
2010-09-17r600g: add support for kernel boDave Airlie10-50/+352
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie3-1/+9
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie12-55/+65
2010-09-17libgl-xlib: Remove unused st_api_create_OpenGL.Chia-I Wu1-8/+0
2010-09-17targets/egl: Use C++ compiler to link GL/ES state trackers.Chia-I Wu1-3/+10
2010-09-17dri/nv10: Fix the CLAMP texture wrap mode.Francisco Jerez1-2/+1
2010-09-16tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0Brian Paul1-6/+9
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie19-199/+272
2010-09-17r600g: hide radeon_ctx inside winsys.Dave Airlie8-56/+42
2010-09-16gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-16gallivm: fix wrong return value in bitwise functionsBrian Paul1-3/+3
2010-09-16gallivm: Clamp indirect register indices to file_max.José Fonseca1-60/+71
2010-09-16gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca8-32/+263
2010-09-16gallivm: Fix address register swizzle.José Fonseca1-2/+1
2010-09-16meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez1-1/+0
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul1-0/+1
2010-09-16r300g/swtcl: fix CS overrunMarek Olšák2-8/+28
2010-09-16dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez1-16/+8
2010-09-16dri/nouveau: Don't reemit the BO state in nouveau_state_emit().Francisco Jerez2-5/+3
2010-09-16dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez5-17/+32
2010-09-16dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.Francisco Jerez1-0/+1
2010-09-16dri/nouveau: Add some more extensions.Francisco Jerez3-0/+4
2010-09-16dri/nouveau: Update nouveau_class.h.Francisco Jerez1-20/+20
2010-09-16dri/nv04: Fix provoking vertex.Francisco Jerez1-2/+2
2010-09-16dri/nv04: Fix maximum texture size.Francisco Jerez1-0/+1
2010-09-16dri/nv04: Fix up color mask.Francisco Jerez1-1/+5
2010-09-16dri/nv04: Align SIFM transfer dimensions.Francisco Jerez1-1/+1
2010-09-16dri/nv04: Mipmapping fixes.Francisco Jerez2-15/+21
2010-09-16dri/nv04: Fix PGRAPH_ERRORs when running OA.Francisco Jerez1-1/+5
2010-09-16dri/nv04: Enable eng3dm for A8/L8 textures.Andrew Randrianasulu1-4/+16
2010-09-16dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu3-2/+4
2010-09-16llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell3-1/+3
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell8-6/+90
2010-09-16gallivm: make lp_build_sample_nop publicKeith Whitwell2-6/+8
2010-09-16gallivm: move i32_vec_type inside the #ifdefBrian Paul1-1/+2
2010-09-16gallivm: fix incorrect vector shuffle datatypeBrian Paul1-1/+5
2010-09-16nv50: get shader fixups/relocations into working stateChristoph Bumiller4-54/+79