summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: Add built-in function profiles for GLSL ES 1.00.Kenneth Graunke2010-09-073-11/+2953
* glsl: Add built-in variables for GLSL ES 1.00.Kenneth Graunke2010-09-072-0/+82
* glsl: Split out types that are in 1.10 but not GLSL ES 1.00.Kenneth Graunke2010-09-073-15/+35
* glsl: Recognize GLSL ES 1.00 keywords.Kenneth Graunke2010-09-074-281/+287
* glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0.Kenneth Graunke2010-09-079-228/+250
* glsl: Accept language version 100 and make it the default on ES2.Kenneth Graunke2010-09-074-242/+255
* glsl: Set default language version in mesa_glsl_parse_state constructor.Kenneth Graunke2010-09-074-260/+249
* ir_to_mesa: Add support for gl_NormalScale.Eric Anholt2010-09-072-0/+7
* glsl: Make sure shader source isn't NULL.Kenneth Graunke2010-09-071-0/+8
* r600g: Added missing r600_bc_add_literal() calls to XPD implementation.Tilman Sauerbeck2010-09-081-0/+8
* r600g: Added preliminary support for the LOG opcode.Tilman Sauerbeck2010-09-081-1/+121
* r600g: Added missing abs-ification to RSQ.Tilman Sauerbeck2010-09-081-1/+30
* r600g: split opcodes out and add wrapper around usage.Dave Airlie2010-09-084-208/+233
* r600g: add support for constants in memory buffers.Dave Airlie2010-09-0814-51/+154
* r600g: abstract the hw states out behind a vtbl.Dave Airlie2010-09-087-975/+1103
* glsl2: Forbid array-types in ?: operator in GLSL 1.10Ian Romanick2010-09-071-0/+11
* mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it.Eric Anholt2010-09-073-3/+12
* ir_to_mesa: Fix warning in last commit.Eric Anholt2010-09-071-1/+1
* ir_to_mesa: Move the STATE_VAR elements of a builtin uniform to a temp (v2).Eric Anholt2010-09-071-345/+326
* glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...Ian Romanick2010-09-071-1/+1
* glsl: Change grammar rules for selection statements to match the spec.Kenneth Graunke2010-09-073-950/+913
* i965: Store the byte address in the VS constant buffer as an integer.Eric Anholt2010-09-071-1/+1
* i965: Make pixel_xy results UW.Eric Anholt2010-09-071-0/+2
* glsl2: check for _NumLinkedShaders being 0Török Edvin2010-09-071-1/+1
* glx: Set an all NULL vtable for dummyContextKristian Høgsberg2010-09-073-8/+9
* glx: Fix compilation with out xf86vidmodeKristian Høgsberg2010-09-071-7/+1
* glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11Kristian Høgsberg2010-09-071-11/+0
* Fix crashes when some GLX API entrypoints are called with no current context.Michel Dänzer2010-09-071-5/+5
* i965: Don't bother with RNDZ for f2i.Eric Anholt2010-09-071-1/+1
* i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments.Eric Anholt2010-09-071-2/+57
* i965: Add assertion for another requirement about types.Eric Anholt2010-09-071-1/+13
* i965: Align the start of attribute interp coefficients in FS to use PLN.Eric Anholt2010-09-071-0/+8
* i965: Just assert when we flagged a compile error in the FS for now.Eric Anholt2010-09-071-3/+5
* i965: Clean up fs_reg setup by using a helper for constructors.Eric Anholt2010-09-071-27/+16
* i965: When using the new FS backend, don't validate the Mesa IR version.Eric Anholt2010-09-071-0/+16
* i965: Add a bit of validation for some ISA restrictions in the docs.Eric Anholt2010-09-071-0/+70
* i965: set the source width/stride when handling reladdr dests in the VS.Eric Anholt2010-09-071-0/+6
* Make XF86VIDMODE extension optionalJon TURNEY2010-09-072-1/+7
* glx: Drop unused dri2proto.h includeKristian Høgsberg2010-09-071-1/+0
* glx: Move dpy and scr fields out of direct rendering conditionalKristian Høgsberg2010-09-071-3/+3
* Some fixes for GLX_INDIRECT_RENDERING only buildJon TURNEY2010-09-073-5/+9
* dri: Make it a little clearer that we're not dereferencing a NULL pointernobled2010-09-071-1/+2
* dri: Use the right type for the API tokennobled2010-09-071-1/+3
* libgl-xlib: Fix --enable-gallium-llvm build.Chia-I Wu2010-09-071-1/+9
* llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu2010-09-071-0/+1
* glx: Only clear the stored context tag when the context has been unboundJon TURNEY2010-09-071-5/+8
* llvmpipe: Refactor lp_scene_add_resource_referenceJosé Fonseca2010-09-071-14/+15
* llvmpipe: Fix negated logic in lp_scene_add_resource_reference().José Fonseca2010-09-071-1/+1
* llvmpipe: move more coef setup into lp_setup_coef.cKeith Whitwell2010-09-074-40/+61
* llvmpipe: declare fence handle structKeith Whitwell2010-09-071-0/+1