summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | radeon: Hack up an implementation of MapBufferRangeIan Romanick2011-08-231-0/+33
| * | mesa: Fix incorrect access parameter passed to MapBufferIan Romanick2011-08-232-6/+2
| * | mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-235-8/+6
| * | intel: Correctly check for read-only mappings in intel_bufferobj_map_rangeIan Romanick2011-08-231-1/+3
| * | mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-236-11/+7
| * | mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-237-10/+6
| * | mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-236-8/+5
| * | mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-2324-69/+40
| * | mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-2326-75/+53
| * | make: Add missing source file.José Fonseca2011-08-231-0/+1
| * | i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7aEric Anholt2011-08-231-1/+1
| * | i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE.Eric Anholt2011-08-234-2/+19
| * | i965: Implement textureSize (TXS) on Gen4.Kenneth Graunke2011-08-233-6/+23
| * | i965/fs: Implement textureSize (TXS) on Gen5+.Kenneth Graunke2011-08-236-10/+35
| * | i965/fs: Rudimentary support for non-floating point texture results.Kenneth Graunke2011-08-231-1/+1
| * | glsl/builtins: Uncomment textureSize prototypes.Kenneth Graunke2011-08-232-4/+0
| * | texture_builtins.py: Add support for textureSize (txs).Kenneth Graunke2011-08-231-14/+36
| * | glsl: Add a new ir_txs (textureSize) opcode to ir_texture.Kenneth Graunke2011-08-2311-36/+65
| * | st/xorg: Advertise support for XvMCMaarten Lankhorst2011-08-234-0/+129
| * | mesa: call _mesa_set_vp_override in glDrawTex*Chia-I Wu2011-08-231-0/+4
| * | auxiliary: share the source listsChia-I Wu2011-08-234-591/+207
| * | scons: add ParseSourceList methodChia-I Wu2011-08-232-0/+159
| * | glsl: Make ir_validate actually visit ir_if nodes.Kenneth Graunke2011-08-221-2/+3
| * | intel: Abort when DRI2 separate stencil handshake failsChad Versace2011-08-221-0/+7
| * | glsl_to_tgsi: Fix a few more struct vs. class warnings.Kenneth Graunke2011-08-211-5/+5
| * | glsl_to_tgsi: emit a MAD(b, -a, b) for !a && bBryan Cain2011-08-201-0/+52
| * | glsl_to_tgsi: fix typoBryan Cain2011-08-201-1/+1
| * | glsl_to_tgsi: implement ir_binop_all_equal using DP4 w/SGEBryan Cain2011-08-201-1/+19
| * | glsl_to_tgsi: implement ir_binop_any_nequal using DP4 w/saturate or DP4 w/SLTBryan Cain2011-08-201-2/+23
| * | glsl_to_tgsi: implement ir_unop_any using DP4 w/saturate or DP4 w/SLTBryan Cain2011-08-201-4/+28
| * | glsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return the instructionBryan Cain2011-08-201-7/+7
| * | glsl_to_tgsi: implement ir_binop_logic_or using an add w/saturate or add w/SLTBryan Cain2011-08-201-4/+27
| * | glsl_to_tgsi: implement ir_unop_logic_not using 1-xBryan Cain2011-08-201-1/+11
| * | st/egl: add a missing includeChia-I Wu2011-08-211-0/+1
| * | st/egl: improve error loggingChia-I Wu2011-08-212-3/+12
| * | st/egl: add buffer preserving support to AndroidChia-I Wu2011-08-211-4/+67
| * | st/egl: improve buffer cache for AndroidChia-I Wu2011-08-211-31/+73
| * | st/egl: swapping without a buffer is not an errorChia-I Wu2011-08-211-1/+1
| * | st/egl: use HAL formats for Android backendChia-I Wu2011-08-211-26/+15
| * | winsys/sw/android: use HAL formatsChia-I Wu2011-08-211-18/+9
| * | winsys/sw/android: set bo usage correctlyChia-I Wu2011-08-211-10/+3
| * | android: make libGLES_mesa realChia-I Wu2011-08-211-0/+37
| * | android: build shared glapiChia-I Wu2011-08-212-0/+61
| * | android: build glslChia-I Wu2011-08-214-0/+302
| * | android: build core mesaChia-I Wu2011-08-213-0/+215
| * | android: build core EGLChia-I Wu2011-08-212-2/+67
| * | android: build softpipeChia-I Wu2011-08-212-1/+68
| * | android: build android sw winsysChia-I Wu2011-08-212-0/+37
| * | android: build targets/egl-staticChia-I Wu2011-08-212-0/+53
| * | android: build st/egl with android backendChia-I Wu2011-08-212-0/+55