summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-09gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger
While this c99 feature should work with most compilers, valgrind doesn't really like it, and this only really saves some memory, we don't do this in similar occasions (like the blend state) neither.
2010-03-09auxiliary: fix vertex elements csoRoland Scheidegger
potentially could have got a match even though the cso was different (in case of different count and first few elements the same).
2010-03-02r300g: Make velem CSO actually work.Corbin Simpson
glxgears runs again.
2010-03-01nv40: adapt to vertex element csoRoland Scheidegger
2010-03-01nv30: adapt to vertex element csoRoland Scheidegger
2010-03-01identity: adapt to new vertex element csoRoland Scheidegger
2010-03-01failover: adapt to new vertex element csoRoland Scheidegger
2010-03-01i965g: adapt to new vertex element csoRoland Scheidegger
2010-03-01i915g: adapt to new vertex element csoRoland Scheidegger
2010-03-01cell: adapt to new vertex element csoRoland Scheidegger
2010-03-01r300g: adapt to new vertex element csoRoland Scheidegger
2010-03-01llvmpipe: adapt to new vertex element csoRoland Scheidegger
2010-03-01softpipe: adapt to new vertex element csoRoland Scheidegger
2010-03-01svga: adapt to new vertex element csoRoland Scheidegger
2010-03-01trace: adapt to new vertex element csoRoland Scheidegger
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger
2010-03-01vega: adapt to new vertex element csoRoland Scheidegger
2010-03-01xorg: adapt to new vertex element csoRoland Scheidegger
2010-03-01gallium/docs: document new vertex element cso interfaceRoland Scheidegger
2010-03-01vl: adapt to new vertex element cso interfaceRoland Scheidegger
2010-03-01util: adapt blitter code to new vertex element csoRoland Scheidegger
The interface of util_draw_vertex_buffer looks a bit odd (calling code has to set vertex elements but not vertex buffers) but due to the way cso state handling generally works (can't re-bind original vertex element state easily there) I guess that's ok for now.
2010-03-01st/mesa: fix mesa statetracker adaption to new vertex elements interfaceRoland Scheidegger
2010-02-26nv50: adapt to vertex elements csoChristoph Bumiller
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead.
2010-02-17util: new util_format_get_nr_components helperRoland Scheidegger
2010-02-16Revert "progs/redbook: Temporarily disable the demos that extensions not ↵José Fonseca
part of windows to fix build." This reverts commit 1587eff1b6d6ab74c302ca2ccb767d917ce3b1dd.
2010-02-16glsl/pp: Do not try to enable extension `all'.Michal Krol
2010-02-16nv50: use hw idx buffers where we canBen Skeggs
2010-02-15progs/redbook: use glewBrian Paul
2010-02-16nouveau: fix for latest libdrmBen Skeggs
2010-02-15wgl: Be lenient when sharing contexts.José Fonseca
My first reading of MS docs was wrong. It says: All rendering contexts of a shared display list must use an identical pixel format. Otherwise the results depend on the implementation of OpenGL used. That is, it is OK to share contexts with different pixel formats. Adobe Premiere Pro tries to do that: share lists between a rgbx8 and a rgba8 pixel format.
2010-02-15progs/redbook: Temporarily disable the demos that extensions not part of ↵José Fonseca
windows to fix build.
2010-02-15scons: A less magic way of not building progs by default.José Fonseca
The problem with the old way is that passing 'progs/subdir' as argument would fail.
2010-02-15glsl/pp: Fix handling of if/elif/else cases.Michal Krol
Once if/elif evalutes to true, all subsequent conditions are always false.
2010-02-15progs/redbook: test image for new redbook testsBrian Paul
2010-02-15progs/redbook: add additional tests for GL 1.4Brian Paul
2010-02-15docs: document glMultiDrawElements() fixBrian Paul
(cherry picked from commit ab6bcef99a53217db752659ace105ddfd9b25ebb)
2010-02-15vbo: fix broken glMultiDrawElements()Brian Paul
Seems to be a regression from commit 60b08eb1fdf287d28ec66b9282513ab35a61aee0. (cherry picked from commit c5a4cfb03ff17955c049f16ac805f5837ea4b633)
2010-02-15glu/sgi: Add assert to check for null pointer dereference.Vinson Lee
2010-02-15mesa: Remove pointless comparison of unsigned integer with a negative constant.Vinson Lee
2010-02-15glsl/pp: Add asserts to check for null pointer deferences.Vinson Lee
2010-02-14draw: Add assert to check input of memcpy.Vinson Lee
2010-02-14glu/sgi: Move initialization of members to top of Curve constructor.Vinson Lee
This is a modification of commit 53d448657bd300ab68b2869b2fba76a627699baf. The members cpts and spts are possibly used as arguments later in the constructor.
2010-02-14glu/sgi: Initialize members of class Curvelist.Vinson Lee
2010-02-14glu/sgi: Initialize members of class Curve.Vinson Lee
2010-02-14glu/sgi: Initialize member of class Pool.Vinson Lee
2010-02-14glx: Silence uninitialized variable warning.Vinson Lee
2010-02-14st/mesa: minor assorted clean-upsBrian Paul
2010-02-14st/mesa: change some function return typesBrian Paul