egl: Implement _eglFiniDisplay.
[mesa.git] / src / gallium / auxiliary /
2009-08-11 Jakob Bornecrantzgallium: Add texture usage information to surface_buffe...
2009-08-11 Brian Paulgallium: fix debug_printf() format string
2009-08-08 Corbin Simpsongallium: Move minify() to u_math.
2009-08-07 Brian Paulutil: fix incorrect assertion
2009-08-07 Brian Paulutil: include u_surface.h, added comment
2009-08-07 Brian Paulutil: use util_same_surface() to compare surface pointers
2009-08-07 Brian Paulutil: added util_same_surface() helper function
2009-08-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-05 Brian Paulutil: added comment/question about blit clipping
2009-08-05 Brian Paulutil: added util_blit_pixels() overlap test
2009-08-05 Brian Paulutil: fix util_blit_pixels() test for surface_copy...
2009-08-05 Brian Paulutil: reformatting and comments
2009-08-03 Brian Paultgsi: report opcode name in addition to the number...
2009-08-03 Brian Paultgsi: added tgsi_get_opcode_name()
2009-08-03 Brian Paulgallium: comments, reformatting
2009-08-02 Corbin SimpsonMerge commit 'nha/r300-compiler-gallium'
2009-08-01 Patrice Mandinmesa st: Move logbase2 function to util/u_math.h
2009-07-31 Michal KrolRename TGSI LOOP instruction to better match theri...
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-30 Michal Kroltgsi: Add proper constraints to sanity.
2009-07-30 Michal Kroltgsi: Declare a LOOP register.
2009-07-30 Michal Kroltgsi: Fix number operands for LOOP/ENDLOOP.
2009-07-30 Michal Kroltgsi: Document LOOP/ENDLOOP instruction operation.
2009-07-29 Brian Paulgallium: fix SSE shadow texture instructions
2009-07-29 Keith Whitwellutil: _debug_printf should print even when DEBUG is...
2009-07-28 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-28 Brian Paulgallium: minor code/comments clean-up
2009-07-26 José Fonsecautil: fix typo.
2009-07-23 Keith Whitwelldraw: correct address for machine struct in llvm path
2009-07-23 Keith Whitwellgallivm: updates for TGSI changes
2009-07-23 Keith Whitwellgallium: remove deprecated TGSI opcodes
2009-07-23 Vinson Leeutil: Add support for Mac OS.
2009-07-22 Michel Dänzergallium: Fix PPC build.
2009-07-22 Keith Whitwellgallium: remove multiple aliases for TGSI opcodes
2009-07-22 Keith Whitwellgallium: simplify tgsi_full_immediate struct
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-20 Keith Whitwelltgsi: get texturing working in vertex shader sse2 path
2009-07-20 Keith Whitwelltgsi: fix regression in indexed const lookups
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-16 Keith Whitwelldraw: fix ppc build regression
2009-07-16 Keith Whitwelltgsi: simplify and fix sse KIL implementation
2009-07-16 Keith Whitwellrtasm: export sse_movmskps
2009-07-16 Keith Whitwelltgsi: initial texturing support on sse path
2009-07-16 Keith Whitwelltgsi: make sse function callout mechanism more generic
2009-07-16 Keith Whitwelltgsi: reduce x86 reg usage in tgsi_sse generated programs
2009-07-16 Keith Whitwelltgsi: no need to separately malloc input and output...
2009-07-16 Keith Whitwellgallium: reduce recursive include of tgsi_exec.h
2009-07-16 Keith Whitwelltgsi: make function call code in tgsi_sse.c less opaque
2009-07-16 Keith Whitwellgallium: proper constructor and destructor for tgsi_exe...
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-10 Brian Paultgsi: update some assertions
2009-07-10 Brian Paultgsi: tgsi: add semantic_names[] string for TGSI_SEMANT...
2009-07-10 Brian Paultgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
2009-07-10 Brian Paultgis: implement indirect addressing for destination...
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-07 Michel Dänzergallium: Fixes for clobbering stencil values in combine...
2009-07-05 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-04 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-07-06 Zack Rusingallium: rearrange some members to avoid memory holes...
2009-07-06 Zack Rusinpipebuffer: handle possible null pointer dereference
2009-07-06 Zack Rusincso: possible null pointer dereference
2009-07-06 Zack Rusinutil: fix possible null pointer usage
2009-07-03 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-02 Corbin SimpsonNuke old trace-drm integration.
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-30 José Fonsecautil: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling...
2009-07-01 José Fonsecautil: Increase OutputDebugStringA to 4k.
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-29 Brian Paulgallium/draw: sketch out some missing pointcoord code
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
2009-06-26 Keith Whitwellaux/indices: don't use 'prim' value once it is known...
2009-06-18 José Fonsecautil: Add cast.
2009-06-18 José Fonsecadraw: Replace pointer arithmetic with cast.
2009-06-18 José Fonsecapipebuffer: Use a type consistently for sizes/offsets.
2009-06-15 José Fonsecartasm: Use 32bit constant.
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-19 Brian Pauldraw: use u_reduced_prim() function
2009-06-19 Brian Paulgallium/util: s/boolean/unsigned/
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-19 Brian Pauldraw: use flatfirst variable
2009-06-19 Brian Pauldraw: remove debug code
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for quads, quad...
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for unfilled...
2009-06-19 Brian Pauldraw: clean up indentation
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-26 Keith Whitwelltgsi: correct handling of return value from util_vsnprintf
next