mesa.git
2010-09-09 Chia-I Wudocs: Update egl.html.
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-09 Luca Barbieriglsl: make compiler options per-target
2010-09-09 Luca Barbierimesa: add PIPE_SHADER_* like constants and conversions...
2010-09-09 Eric Anholtglsl: Add info about talloc and optimization passes...
2010-09-09 Eric Anholtglsl: Update README talking about multi-instruction...
2010-09-09 Kristian Høgsbergglx: Destroy pixmap after destroying glx and dri drawables
2010-09-09 Kristian Høgsbergconfigure: Enable -fvisibility=hidden for g++ as well
2010-09-09 Kenneth Graunkeglsl/builtins: Set the API in the fake context.
2010-09-09 Ian Romanickglsl2: Clear out profile pointers in _mesa_glsl_release...
2010-09-08 Ian Romanickmesa: Refactor parameter processing in set_combiner_...
2010-09-08 Ian Romanickmesa: Fix handling of texenv operands for EXT vs ARB...
2010-09-08 Kristian Høgsbergglx: Ignore DRI2 event for drawables we've destroyed
2010-09-08 Kristian Høgsbergglx: Fix use after free problem
2010-09-08 Kenneth Graunkeglsl: Fix for scalar float built-in definitions.
2010-09-08 Eric Anholtglsl: regenerate builtins
2010-09-08 Eric Anholtglsl: Fix typo in builtin step() using a wrong channel.
2010-09-08 Kenneth Graunkeir_validate: Ensure ir_binop_dot is only used on vector...
2010-09-08 Kenneth Graunkeglsl: Refresh automatically generated file builtin_func...
2010-09-08 Kenneth Graunkeglsl/builtins: Don't use ir_binop_dot on floating point...
2010-09-08 Kenneth Graunkeglsl/builtins: Simplify degenerate scalar float cases.
2010-09-08 Ian Romanickglsl2: Make sure _mesa_glsl_parse_state constructor...
2010-09-08 Kristian Høgsbergglx: Drop broken drawable garbage collection
2010-09-08 Kristian Høgsbergdri: Unset current context and dispatch table when...
2010-09-08 Chia-I Wuglsl: Support GLSL ES in the standalone compile.
2010-09-08 Chia-I Wuglsl: Require a context in _mesa_glsl_parse_state.
2010-09-08 Chia-I Wust/dri: Call dri_init_extensions only for API_OPENGL.
2010-09-08 Chia-I Wust/dri: Use enum st_api_type internally.
2010-09-08 nobledst/dri: Add multi-api support
2010-09-08 nobledst/dri: Make clear which API's are supported
2010-09-08 Dave Airlier600g: add initial bank swizzle support.
2010-09-08 Kenneth Graunkeglcpp: Fix build on non-GCC compilers.
2010-09-08 Kenneth Graunkeast_to_hir: Mark arrays as lvalues in GLSL ES, but...
2010-09-08 Kenneth Graunkeglsl: Allow overloading of built-ins without hiding...
2010-09-08 Kenneth Graunkeglsl: Move is_builtin flag back to ir_function_signature.
2010-09-08 Kenneth Graunkeast_to_hir: Reject embedded structure definitions in...
2010-09-08 Kenneth Graunkeast_to_hir: Reject unsized array declarations in GLSL...
2010-09-08 Kenneth Graunkeast_to_hir: Allow matrix-from-matrix constructors in...
2010-09-08 Kenneth Graunkei965: Enable EXT_framebuffer_blit internally.
2010-09-08 Kenneth Graunkemesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2.
2010-09-08 Kenneth Graunkelinker: Fix assertion and cross-version checks for...
2010-09-08 Kenneth Graunkeglsl: Add built-in function profiles for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Add built-in variables for GLSL ES 1.00.
2010-09-08 Kenneth Graunkeglsl: Split out types that are in 1.10 but not GLSL...
2010-09-08 Kenneth Graunkeglsl: Recognize GLSL ES 1.00 keywords.
2010-09-08 Kenneth Graunkeglsl: Define GL_ES preprocessor macro if API is OpenGL...
2010-09-08 Kenneth Graunkeglsl: Accept language version 100 and make it the defau...
2010-09-08 Kenneth Graunkeglsl: Set default language version in mesa_glsl_parse_s...
2010-09-07 Eric Anholtir_to_mesa: Add support for gl_NormalScale.
2010-09-07 Kenneth Graunkeglsl: Make sure shader source isn't NULL.
2010-09-07 Tilman Sauerbeckr600g: Added missing r600_bc_add_literal() calls to...
2010-09-07 Tilman Sauerbeckr600g: Added preliminary support for the LOG opcode.
2010-09-07 Tilman Sauerbeckr600g: Added missing abs-ification to RSQ.
2010-09-07 Dave Airlier600g: split opcodes out and add wrapper around usage.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-07 Ian Romanickglsl2: Forbid array-types in ?: operator in GLSL 1.10
2010-09-07 Eric Anholtmesa: Set the base format of GL_ALPHA FBOs and teach...
2010-09-07 Eric Anholtir_to_mesa: Fix warning in last commit.
2010-09-07 Eric Anholtir_to_mesa: Move the STATE_VAR elements of a builtin...
2010-09-07 Ian Romanickglsl2: Early return with visit_continue in loop_analysi...
2010-09-07 Kenneth Graunkeglsl: Change grammar rules for selection statements...
2010-09-07 Eric Anholti965: Store the byte address in the VS constant buffer...
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Török Edvinglsl2: check for _NumLinkedShaders being 0
2010-09-07 Kristian Høgsbergglx: Set an all NULL vtable for dummyContext
2010-09-07 Kristian Høgsbergglx: Fix compilation with out xf86vidmode
2010-09-07 Kristian Høgsbergglx: Use GLX_BufferSwapComplete unconditionally, we...
2010-09-07 Michel DänzerFix crashes when some GLX API entrypoints are called...
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
2010-09-07 Eric Anholti965: Add a bit of validation for some ISA restrictions...
2010-09-07 Eric Anholti965: set the source width/stride when handling reladdr...
2010-09-07 Jon TURNEYMake XF86VIDMODE extension optional
2010-09-07 Kristian Høgsbergglx: Drop unused dri2proto.h include
2010-09-07 Kristian Høgsbergglx: Move dpy and scr fields out of direct rendering...
2010-09-07 Jon TURNEYSome fixes for GLX_INDIRECT_RENDERING only build
2010-09-07 nobleddri: Make it a little clearer that we're not dereferenc...
2010-09-07 nobleddri: Use the right type for the API token
2010-09-07 Chia-I Wulibgl-xlib: Fix --enable-gallium-llvm build.
2010-09-07 Chia-I Wullvmpipe: Add lp_rast_debug.c to Makefile.
2010-09-07 Jon TURNEYglx: Only clear the stored context tag when the context...
2010-09-07 José Fonsecallvmpipe: Refactor lp_scene_add_resource_reference
2010-09-07 José Fonsecallvmpipe: Fix negated logic in lp_scene_add_resource_re...
2010-09-07 Keith Whitwellllvmpipe: move more coef setup into lp_setup_coef.c
2010-09-07 Keith Whitwellllvmpipe: declare fence handle struct
2010-09-07 Keith Whitwellllvmpipe: rasterization debugging helpers
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-07 Keith Whitwellllvmpipe: rearrange queries
2010-09-07 Keith Whitwellllvmpipe: enforce fixed memory limit on scenes
2010-09-07 Keith Whitwellllvmpipe: clean up deferred zstencil clears
2010-09-07 Keith Whitwellllvmpipe: rework fences and queries
2010-09-07 Keith Whitwellllvmpipe: move whole-tile emit into a function
2010-09-07 Keith Whitwellllvmpipe: put fs variant dumping in a function
2010-09-07 Tilman SauerbeckReplace reference to tgsi-instruction-set.txt.
next