Merge remote branch 'main/master' into radeon-rewrite
[mesa.git] / src / gallium / auxiliary /
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Michal Kroltgsi: Document vs_2_0 instruction set operations.
2009-03-19 Michal Kroltgsi: Document vs_1_1 instruction set operations.
2009-03-19 Michal Kroltgsi: Begin documenting ps_2_x instruction set operations.
2009-03-18 Keith Whitwellutil: avoid clashprone UINT, UBYTE enum values
2009-03-18 Keith Whitwelldraw: use AOS_ERROR rather than clash-prone ERROR(...
2009-03-17 José Fonsecatgsi: Restore statement ordering.
2009-03-17 José Fonsecautil: Realloc takes bytes.
2009-03-17 Michal Kroltgsi: Document ps_2_0 instruction set operations.
2009-03-17 Michal Kroltgsi: Document ps_1_4 instruction set operations.
2009-03-17 Michal Kroltgsi: Document ps_1_1 instruction set operations.
2009-03-17 Michal Kroltgsi: Begin documenting GLSL instruction set operations.
2009-03-17 Michal Kroltgsi: Begin documenting NV_geometry_program4 instructio...
2009-03-17 Michal Kroltgsi: Silence const pointer cast warnings.
2009-03-16 José Fonsecautil: bitmask data type.
2009-03-16 Thomas Hellstromgallium: Use struct pipe_atomic for pipe refcounts.
2009-03-16 Michal Kroltgsi: Begin documenting NV_gpu_program4 instruction...
2009-03-16 Michal Kroltgsi: Document NV_vertex_program3 instruction set opera...
2009-03-13 Keith Whitwellgallium: consolidate bypass_vs and bypass_clipping...
2009-03-13 Keith Whitwellgallium: no need to keep a copy of shader tokens in...
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-12 Michal Kroltgsi: Localise SCS code.
2009-03-12 Michal Kroltgsi: Rewrite NRM opcode, store 1.0 in W component.
2009-03-12 Michal Kroltgsi: Begin documenting NV_fragment_program2 instructio...
2009-03-12 Michal Kroltgsi: Begin documenting ARB_fragment_program instructio...
2009-03-12 Michal Kroltgsi: Document ARB_vertex_program instruction set opera...
2009-03-12 Michal Kroltgsi: Begin documenting NV_vertex_program2 instruction...
2009-03-12 Keith Whitwellutil: fix debug_assert() to avoid unused variable warni...
2009-03-11 Michal Kroltgsi: Implement RFL, SFL, STR, X2D opcodes.
2009-03-11 Michal Kroltgsi: Begin documenting NV_fragment_program instruction...
2009-03-11 Michal Kroltgsi: Implement RCC opcode.
2009-03-11 Michal Kroltgsi: Document NV_vertex_program1_1 instruction set...
2009-03-10 Michal Kroltgsi: Untabify.
2009-03-10 Michal Kroltgsi: Implement CLAMP opcode.
2009-03-10 Michal Kroltgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes...
2009-03-10 Michal Kroltgsi: ARL and FLOOR opcodes have the same implementation.
2009-03-10 Michal Kroltgsi: ARL is a vector instruction.
2009-03-10 Michal Kroltgsi: Note that LOG and EXP are approximations.
2009-03-10 Michal Kroltgsi: Document EXT_vertex_shader instruction set operat...
2009-03-09 Michal Kroltgsi: Implement CND, CND0 opcodes.
2009-03-09 Michal Kroltgsi: Remove redundant micro_ge() -- use micro_le().
2009-03-09 Michal Kroltgsi: Document ATI_fragment_shader instruction set...
2009-03-08 Michal Kroltgsi: Document NV_vertex_program instruction set operat...
2009-03-05 Brian Paulgallium: added null ptr check in align_free()
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Keith Whitwellindices: add translate/generate functions for unfilled...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Michel Dänzergallium: Remove some superfluous instances of #include...
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 José Fonsecapipebuffer: Cleanup merge.
2009-03-03 Keith Whitwellpb: fix up merge mistakes
2009-03-03 José Fonsecapipebuffer: Fix copy'n'paste typo.
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José Fonsecapipebuffer: Cleanup code & comments.
2009-03-02 José Fonsecapipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag.
2009-03-02 José Fonsecapipebuffer: Wait for the GPU to finish reading too.
2009-03-02 José Fonsecapipebuffer: Remove unused var.
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Michal Kroltgsi: More descriptive sanity diagnostic messages.
2009-02-28 Michal Kroltgsi: More descriptive sanity diagnostic messages.
2009-02-27 Keith Whitwelltgsi: don't dump interpolation info except for fragment...
2009-02-27 Keith Whitwellutil: set vbuf.max_index in draw_vertex_buffer()
2009-02-25 Benjamin Closegallium: Add support for BSD operating systems, tested...
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-24 José Fonsecapipebuffer: Remove unused var.
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-24 José Fonsecapipebuffer: Allow asymmetric guard sizes for under...
2009-02-24 José Fonsecautil: Don't use 0-sized arrays.
2009-02-20 Brian Paulgallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture...
2009-02-20 José Fonsecautil: Use a checkboard pattern instead of asserting...
2009-02-20 Keith Whitwellutil/debug: need to fflush(stderr) on windows
2009-02-20 José Fonsecautil: Also output messages to stderr on windows.
2009-02-20 José Fonsecautil: Stack backtracing facilities.
2009-02-20 Jakob Bornecrantzgallium: Improve recursive makefiles
2009-02-20 Jakob Bornecrantzgallium: Improve makefiles for libraries
2009-02-19 José Fonsecautil: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to...
2009-02-18 José Fonsecapipebuffer: Dump debugging info for fenced buffer list.
2009-02-18 José Fonsecapipebuffer: Don't retry to alloc memory block on mm.
2009-02-17 Keith Whitwelldraw: Reuse xmm registers.
2009-02-14 Jakob Bornecrantzdraw: Fix segfault if rast is null
2009-02-19 José Fonsecamesa: Free the util shaders with the gallium's FREE.
2009-02-19 José Fonsecautil: Use right include.
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-18 José Fonsecautil: (Re)enable memory debugging for all windows platf...
2009-02-18 Keith Whitwelldraw: Reuse xmm registers.
2009-02-16 Alan Hourihanegallium: fix glean's vertProg1
2009-02-17 Keith Whitwelldraw: second argument to unmap is max, not count
2009-02-17 Keith Whitwelldraw: add map/unmap directives for swtnl driver interface
2009-02-12 Michel Dänzergallium: Fix a couple of potential NULL pointer derefer...
2009-02-12 Michel DänzerCosmetic: Rename struct pipe_transfer pointers from...
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-11 Brian Paulgallium: const-correctness for u_linear.c functions
2009-02-11 Brian Paulgallium: silence warnings about void ptr arithmetic
2009-02-11 José Fonsecadraw: Cap max vertices instead of failing assert.
next