aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Add flags to enable variable index loweringIan Romanick2010-09-173-0/+30
* dri/nv10: Fix the CLAMP texture wrap mode.Francisco Jerez2010-09-171-2/+1
* meta: Don't bind the created texture object in init_temp_texture().Francisco Jerez2010-09-161-1/+0
* mesa: include mfeatures.h in formats.cBrian Paul2010-09-161-0/+1
* dri/nouveau: Cleanup references to the old FBOs on glMakeCurrent().Francisco Jerez2010-09-161-16/+8
* dri/nouveau: Don't reemit the BO state in nouveau_state_emit().Francisco Jerez2010-09-162-5/+3
* dri/nouveau: Don't request a fake front unnecessarily.Francisco Jerez2010-09-165-17/+32
* dri/nouveau: Fix glRenderbufferStorage with DEPTH_COMPONENT as internal format.Francisco Jerez2010-09-161-0/+1
* dri/nouveau: Add some more extensions.Francisco Jerez2010-09-163-0/+4
* dri/nouveau: Update nouveau_class.h.Francisco Jerez2010-09-161-20/+20
* dri/nv04: Fix provoking vertex.Francisco Jerez2010-09-161-2/+2
* dri/nv04: Fix maximum texture size.Francisco Jerez2010-09-161-0/+1
* dri/nv04: Fix up color mask.Francisco Jerez2010-09-161-1/+5
* dri/nv04: Align SIFM transfer dimensions.Francisco Jerez2010-09-161-1/+1
* dri/nv04: Mipmapping fixes.Francisco Jerez2010-09-162-15/+21
* dri/nv04: Fix PGRAPH_ERRORs when running OA.Francisco Jerez2010-09-161-1/+5
* dri/nv04: Enable eng3dm for A8/L8 textures.Andrew Randrianasulu2010-09-161-4/+16
* dri/nv04: Don't expose ARB_texture_env_combine/dot3.Andrew Randrianasulu2010-09-163-2/+4
* mesa: Update ES APIspec.xml.Chia-I Wu2010-09-161-9/+5
* mesa/st: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+4
* glsl2: fix signed/unsigned comparison warningBrian Paul2010-09-151-2/+2
* r600c: fix buffer height setting in dri2 caseAndre Maasikas2010-09-152-9/+46
* mesa: Include missing header in program.h.Vinson Lee2010-09-141-0/+1
* r600c: fix setting negative values to bitfields7.9-branchpointAndre Maasikas2010-09-141-1/+1
* mesa: update to version 64 of GL/glext.hBrian Paul2010-09-144-9/+9
* mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2010-09-142-9/+15
* mesa: Remove unnecessary FEATURE tests.Chia-I Wu2010-09-142-18/+0
* mesa: Less FEATURE_ARB_sync tests.Chia-I Wu2010-09-145-25/+60
* mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu2010-09-1411-90/+0
* mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri2010-09-141-0/+2
* mesa/st: set compiler options based on Gallium shader capsLuca Barbieri2010-09-141-0/+9
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-24/+28
* glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmpsLuca Barbieri2010-09-131-1/+7
* i965: Request that returns be lowered in shader mainIan Romanick2010-09-131-0/+1
* glsl: call ir_lower_jumps according to compiler optionsLuca Barbieri2010-09-131-0/+2
* r600c: const buffer sizes must be a multiple of 16 constsAlex Deucher2010-09-133-29/+21
* r600c/eg: remove obselete commentAlex Deucher2010-09-131-2/+0
* r600c/eg: remove unused emit timestamp functionAlex Deucher2010-09-131-8/+0
* r600c/eg: emit CB_BLEND_ALPHA with the other blend valuesAlex Deucher2010-09-131-5/+5
* r600c: remove redundant state emit on evergreenAlex Deucher2010-09-131-17/+0
* mesa: Revert accidentally committed vertex code chunkKristian Høgsberg2010-09-131-2/+0
* r600c: eg: fix typoAndre Maasikas2010-09-131-1/+1
* r600c: eg: 256 float4 constants may need more than 256 bytesAndre Maasikas2010-09-132-2/+2
* r600c: eg - fix uninitialized variableAndre Maasikas2010-09-131-0/+2
* glx: Don't destroy DRI2 drawables for legacy glx drawablesKristian Høgsberg2010-09-131-0/+2
* r600c: remove stray unmap callAndre Maasikas2010-09-131-1/+0
* r300/compiler: fix warningsMarek Olšák2010-09-132-2/+3
* mesa: Fix depend.es[12] generation when LLVM is enabled.Chia-I Wu2010-09-122-29/+27
* r300/compiler: Reorganize presub_helper()Tom Stellard2010-09-101-33/+27
* r300/compiler: Don't use presubtract in TEX instructionsTom Stellard2010-09-101-1/+6