mesa.git
2010-09-11 José Fonsecagallivm: Basic AoS TGSI -> LLVM IR.
2010-09-11 José Fonsecagallivm: Move the texture modifiers to the header.
2010-09-11 José Fonsecagallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scal...
2010-09-11 Alex CorscaddenAdd a test for the KIL opcode
2010-09-11 Keith Whitwellllvmpipe: restore larger command blocks
2010-09-11 Keith Whitwellllvmpipe: move some debug to DEBUG_SCENE
2010-09-11 Keith Whitwellllvmpipe: add DEBUG_MEM option
2010-09-11 Keith Whitwellllvmpipe: allow bigger scenes
2010-09-11 Tom Stellardr300/compiler: Reorganize presub_helper()
2010-09-11 Tom Stellardr300/compiler: Don't use presubtract in TEX instructions
2010-09-11 Tom Stellardr300/compiler: Print the presub subtract operation...
2010-09-11 Tom Stellardr300/compiler: Fix dataflow bug in presub_helper()
2010-09-11 Tom Stellardr300/compiler: Replace asserts with error messages
2010-09-11 Tom Stellardr300/compiler: Fix copy propigation for some presub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'sub...
2010-09-11 Tom Stellardr300/compiler: Add peephole optimization for the 'add...
2010-09-11 Tom Stellardr300/compiler: Clean up rc_pair_alloc_source()
2010-09-11 Tom Stellardr300/compiler: Enable presubtract sources
2010-09-10 Ian Romanickmesa: Remove unused Emit flags from gl_shader_compiler_...
2010-09-10 Ian Romanickintel: Remove noise opcode support from i915 and i965...
2010-09-10 Alex Deucherr600c: add missing header
2010-09-10 Alex Deucherr600c: add OQ support for evergreen
2010-09-10 Alex Deucherr600c: oq updates
2010-09-10 Alex Deucherr600c: add blit support for evergreen
2010-09-10 Alex Deucherr600c: emit start3d packet on evergreen
2010-09-10 Alex Deucherr600c: fix some typos
2010-09-10 Alex Deucherr600c: fix type in cb setup on evergreen
2010-09-10 Alex Deucherr600c: add support for more rendering formats on evergreen
2010-09-10 Andre Maasikasr600: set correct initial point_minmax values
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo reference leak in the draw module.
2010-09-10 Tilman Sauerbeckr600g: Only increase a bo's map_count if radeon_bo_map...
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo leak in the error path of radeon_ctx_...
2010-09-10 Tilman Sauerbeckr600g: Fixed a bo leak in r600_texture_from_handle().
2010-09-10 Tilman Sauerbeckr600g: Don't leave stale references in query_list when...
2010-09-10 Tilman Sauerbeckr600g: Implemented the y component write for the LOG...
2010-09-10 Chia-I Wuegl: Simplify _eglBindContext.
2010-09-10 Andre Maasikasr600: dont bswap rgba FLOAT formats
2010-09-10 Chia-I Wutargets/egl: Fix crashes from loading invalid modules.
2010-09-10 Chia-I Wugallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.
2010-09-10 Chia-I Wust/egl: Use profiles to create OpenGL ES contexts.
2010-09-10 Chia-I Wust/dri: Use profiles to create OpenGL ES contexts.
2010-09-10 Chia-I Wugallium: Add context profile support to st_api.
2010-09-10 Dave Airlier600g: fixup state calculations for picking states.
2010-09-10 Dave Airlier600g: fixup CB state numbering header
2010-09-10 Dave Airlier600g: fix warning in r600 pipe driver
2010-09-10 Dave Airlier600g: evergreen CBs are more sane to support with...
2010-09-10 Dave Airlier600g: add multi-buffer flush support properly.
2010-09-10 Dave Airlier600g: fix regression in multi-buffer tests since CB...
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-10 Dave Airlier600g: align flushing of cb/db with DDX/r600c.
2010-09-10 Dave Airlier600g: don't need 3 bos here.
2010-09-10 Brian Paulgraw: added test for finding shader mem leaks
2010-09-10 Brian Pauldraw: minor reformatting
2010-09-10 Brian Paulgraw: emit warnings when context/surface creation failes
2010-09-10 Brian Paulwinsys: emit warning in null_sw_displaytarget_create()
2010-09-10 Brian Paulgraw: fix array size, indentation,
2010-09-09 Jakob Bornecrantzglsl2: Fix scons build for all platforms
2010-09-09 Kristian HøgsbergRevert "glapi: Implement optional dispatch logging"
2010-09-09 Ian Romanickglsl2: Implement noise[1234] built-in functions using...
2010-09-09 Ian Romanickglsl2: Add EmitNoNoise flag, use it to remove noise...
2010-09-09 Ian Romanickglsl2: Add lowering pass to remove noise opcodes
2010-09-09 Ian Romanickglsl2: Add ir_unop_noise
2010-09-09 Kenneth Graunkeglsl/builtins: normalize of a negative scalar should...
2010-09-09 Kristian Høgsbergmesa: Only reference logging symbols in debug builds
2010-09-09 Kristian Høgsbergmesa: Don't reuse DummyFramebuffer as the incomplete...
2010-09-09 Jakob Bornecrantzglapi: Fix non-debug builds
2010-09-09 benst/dri: support EGL_MESA_image_drm: queryImage
2010-09-09 benst/dri: support EGL_MESA_image_drm: createImage
2010-09-09 Kristian Høgsbergeglglx: Convert glx visuals/fbconfigs straight to EGL...
2010-09-09 Kristian Høgsbergegl: Remove old egldri driver
2010-09-09 Kristian Høgsbergglapi: Implement optional dispatch logging
2010-09-09 Kristian Høgsbergglx: Optimize out no-op make current calls
2010-09-09 Chia-I Wuegl: Use _EGL_CHECK_DISPLAY in eglCreateContext.
2010-09-09 Chia-I Wuegl: Display may be NULL in _eglLookup*.
2010-09-09 Brian Paulllvmpipe: remove redundant tgsi_dup_tokens() call
2010-09-09 Francisco Jerezdri/nouveau: Expose EXT_texture_env_combine.
2010-09-09 Francisco Jerezdri/nv10-nv20: Add support for NV_texture_env_combine4.
2010-09-09 Francisco Jerezdri/nv04: Add support for NV_texture_env_combine4.
2010-09-09 Francisco Jerezdri/nouveau: Minor cleanup.
2010-09-09 Kristian Høgsbergglx: Fix another use-after-free problem
2010-09-09 Andre Maasikasr600: add TXL instruction and note about TXB
2010-09-09 Andre Maasikasr600: remove depth exports move, just set to output...
2010-09-09 Andre Maasikasr600: protect cleanup instructions from double free
2010-09-09 Andre Maasikasr600: remove mask from output intructions
2010-09-09 Andre Maasikasr600: allow relative addressing of temps, inputs, outputs
2010-09-09 Andre Maasikasr600: handle LIT writemask
2010-09-09 Andre Maasikasr600: fix rsq from negative input
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...
next