r300/compiler: add a function to query program stats (alu, tex, temps..)
[mesa.git] / src /
2010-12-08 Marek Olšákr300/compiler: add a function to query program stats...
2010-12-08 Marek Olšákr300/compiler: don't terminate regalloc if we surpass...
2010-12-08 Eric Anholti965: Don't try to store gen6 (float) blend constant...
2010-12-08 Ian Romanicklinker: Fix regressions caused by previous commit
2010-12-08 Ian Romanicklinker: Ensure that unsized arrays have a size after...
2010-12-08 Eric Anholti965: Fix flipped value of the not-embedded-in-if on...
2010-12-08 Ian Romanickglsl: Inherrit type of declared variable from initializer
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
2010-12-07 Eric Anholti965: Add disabled debug code for dumping out the WM...
2010-12-07 Ian Romanicki965: Correctly emit constants for aggregate types...
2010-12-07 Jerome Glisser600g: fix userspace fence against lastest kernel
2010-12-07 Jerome Glisser600g: remove dead code
2010-12-07 Eric Anholti965: Always hand the absolute value to RSQ.
2010-12-07 Ian Romanickglsl: Ensure that equality comparisons don't return...
2010-12-07 Eric Anholti965: Handle saturates on gen6 math instructions.
2010-12-07 Eric Anholti965: Fix comment about gen6_wm_constants.
2010-12-07 Kenneth GraunkeRefresh autogenerated glcpp parser.
2010-12-07 Kenneth Graunkeglcpp: Don't emit SPACE tokens in conditional_tokens...
2010-12-07 Marek Olšákr300g: also revalidate the SWTCL vertex buffer after...
2010-12-07 Zhenyu Wangi965: upload WM state for _NEW_POLYGON on sandybridge
2010-12-07 Vinson Leer200: Silence uninitialized variable warning.
2010-12-07 Xiang, Haihaoi965: set minimum/maximum Point Width on Sandybridge
2010-12-07 Vinson Leemesa: Clean up header file inclusion in viewport.h.
2010-12-07 Vinson Leemesa: Clean up header file inclusion in varray.h.
2010-12-07 Vinson Leemesa: Clean up header file inclusion in transformfeedba...
2010-12-07 Vinson Leemesa: Clean up header file inclusion in texrender.h.
2010-12-07 Marek Olšákr300g: validate buffers only if any of bound buffers...
2010-12-07 Marek Olšákr300g: cache packet dwords of 3D_LOAD_VBPNTR in a comma...
2010-12-07 Marek Olšáku_blitter: use util_is_format_compatible in the assert
2010-12-07 Brian Paulmesa: consolidate glTexImage1/2/3D() code
2010-12-07 Brian Paulmesa: set gl_texture_object::_Complete=FALSE in incompl...
2010-12-07 Brian Paulmesa: test for cube map completeness in glGenerateMipmap()
2010-12-06 Kenneth Graunkeglsl: Properly add functions during lazy built-in proto...
2010-12-06 Kenneth Graunkesymbol_table: Add support for adding a symbol at top...
2010-12-06 Kenneth Graunkeglsl: Factor out code which emits a new function into...
2010-12-06 Jakob Bornecrantzst/mesa: Unbind all constant buffers
2010-12-06 Jerome Glisser600g: remove useless flush map
2010-12-06 Jerome Glisser600g: avoid useless shader rebuild at draw call
2010-12-06 Jerome Glisser600g: build fetch shader from vertex elements
2010-12-06 José Fonsecamesa: Bump the number of bits in the register index.
2010-12-06 Brian Paulst/mesa: fix mipmap generation bug
2010-12-06 Brian Paulgallium/util: minor formatting fixes
2010-12-06 Brian Paulmesa: add error margin to clip mask debug/check code
2010-12-06 Eric Anholti965: Remove INTEL_DEBUG=glsl_force now that there...
2010-12-06 Eric Anholti965: Nuke brw_wm_glsl.c.
2010-12-06 Eric Anholti965: Add support for the instruction compression bits...
2010-12-06 Eric Anholti965: Align gen6 push constant size to dispatch width.
2010-12-06 Eric Anholti965: Make the sampler's implied move on gen6 be a...
2010-12-06 Eric Anholti965: Fix up gen6 samplers for their usage by brw_wm_emit.c
2010-12-06 Eric Anholti965: Fix gen6 interpolation setup for 16-wide.
2010-12-06 Eric Anholti965: Don't smash a group of coordinates doing gen6...
2010-12-06 Eric Anholti965: Fix up 16-wide gen6 FB writes after various refac...
2010-12-06 Eric Anholti965: Provide delta_xy reg to gen6 non-GLSL path PINTERP.
2010-12-06 Eric Anholti965: Move payload reg setup to compile, not lookup...
2010-12-06 Chia-I Wumapi: Rewrite mapi_abi.py to get rid of preprocessor...
2010-12-06 Chia-I Wuegl: _eglFilterArray should not allocate.
2010-12-06 Zhenyu Wangi965: Fix GS state uploading on Sandybridge
2010-12-06 Xiang, Haihaoi965: fix for flat shading on Sandybridge
2010-12-05 Henri Verbeetr600g: Cleanup fetch shader resources in r600_pipe_shad...
2010-12-05 Henri Verbeetr600g: Cleanup block bo references in r600_context_fini().
2010-12-05 Marek Olšákst/mesa: initialize key in st_vp_varient
2010-12-05 Xavier Chantrygallium/trace: check bind_vertex_sampler_states and...
2010-12-05 Xavier Chantryinit ps->context with util_surfaces_get and do_get
2010-12-05 Xavier Chantrynvfx: fixes after array textures merge
2010-12-05 Marek Olšákr300g: optimize looping over atoms
2010-12-05 Marek Olšákr300g: cleanup winsys
2010-12-05 Dave Airlier300g: try and use all of vertex constant space
2010-12-05 Marek Olšákr300g: do not use the index parameter in set_constant_b...
2010-12-05 Vinson Leegallium/noop: Add prototype for noop_init_state_functions.
2010-12-05 Eric Anholti965: Fix compile warning about missing opcodes.
2010-12-05 Eric Anholti965: Update gen6 SF state on fragment program change...
2010-12-05 Eric Anholti965: Update gen6 WM state on compiled program change...
2010-12-05 Eric Anholtintel: Add an env var override to execute for a differe...
2010-12-04 Chia-I Wust/vega: Fix pipe blend state for various blend modes.
2010-12-04 Chia-I Wust/vega: Add blend shaders for all blend modes.
2010-12-04 Chia-I Wust/vega: Fix VG_BLEND_MULTIPLY.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texobj.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texgetimage.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texformat.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texenvprogram.h.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texcompress_s3tc.h.
2010-12-04 Vinson Leest/vega: Silence uninitialized variable warning.
2010-12-04 Vinson Leemesa: Clean up header file inclusion in texcompress.h.
2010-12-04 Chia-I Wust/vega: Blending should use premultiplied alpha.
2010-12-04 Chia-I Wust/vega: Add support for per-channel alpha.
2010-12-04 Chia-I Wust/vega: Move masking after blending.
2010-12-04 Chia-I Wust/vega: Refactor blend shaders.
2010-12-04 Chia-I Wust/vega: Add some comments to pipeline shaders.
2010-12-04 Brian Paulst/mesa: new comment about updating state vars
2010-12-03 Brian Paulmesa: update comments, remove dead code
2010-12-03 Brian Paulmesa: remove unneeded cast
2010-12-03 Brian Paulmesa: make glGet*(GL_NONE) generate GL_INVALID_ENUM
2010-12-03 Brian Paulswrast: restructure some glReadPixels() code
2010-12-03 Brian Paulswrast: accept GL_RG in glReadPixels()
2010-12-03 Kenneth Graunkeir_print_visitor: Print out constant structure values.
2010-12-03 Brian Paulswrast: fix indentation
2010-12-03 Brian Paulswrast: allow GL_RG format in glDrawPixels()
2010-12-03 Brian Paulmesa: consolidate some compiler -D flags
2010-12-03 Marek Olšákr300g: one more r500_index_bias_supported leftover
2010-12-03 Marek Olšákr300g: add capability bit index_bias_supported
next