aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: new VS: use the VUE map to write out vertex attributes.Paul Berry2011-09-062-113/+55
* i965: new VS: move clip distance computation (GEN5+) to a separate function.Paul Berry2011-09-062-13/+23
* i965: new VS: Move PSIZ/flags computation to a separate function.Paul Berry2011-09-062-17/+23
* i965: new VS: move NDC computation (GEN4-5) to a separate function.Paul Berry2011-09-062-2/+9
* i965: new VS: Use output_reg[] to find NDC and HPOS registers.Paul Berry2011-09-062-8/+14
* i965: old VS: use the VUE map to compute the URB entry size.Paul Berry2011-09-062-25/+7
* i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...Paul Berry2011-09-062-111/+71
* i965: Add functions to compute offsets within the VUE map.Paul Berry2011-09-061-0/+18
* i965: Write code to compute a VUE map.Paul Berry2011-09-062-0/+168
* Refactor code that converts between gl_vert_result and gl_frag_attrib.Paul Berry2011-09-065-41/+52
* docs: more info about non-subscriber list postingsBrian Paul2011-09-061-4/+7
* docs: update link, remove dead linksBrian Paul2011-09-065-17/+4
* scons: Set -static-libstdc++ on mingw-w64José Fonseca2011-09-061-0/+2
* scons: Move MinGW flags from crossmingw.py to gallium.pyJosé Fonseca2011-09-062-8/+8
* r600g: add TXQ and TXF supportDave Airlie2011-09-062-7/+21
* r600g: add initial evergreen integer opcode supportDave Airlie2011-09-062-29/+162
* docs: update gl3.txt for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-061-1/+1
* mesa/st: add support for 2101010 vertex format conversion.Dave Airlie2011-09-062-1/+61
* mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)Dave Airlie2011-09-061-7/+38
* mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie2011-09-063-2/+490
* mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-062-0/+111
* glapi: regen API files for new extensionDave Airlie2011-09-0611-9551/+12893
* glapi: add ARB_vertex_type_2_10_10_10_rev entrypoints. (v2)Dave Airlie2011-09-063-0/+229
* mesa: add a UniformBooleanTrue optionBryan Cain2011-09-054-2/+14
* r600g: add 10/10/10/2 vertex format conversion.Dave Airlie2011-09-051-0/+6
* gallium: add missing formats for ARB_vertex_type_2_10_10_10_revDave Airlie2011-09-052-1/+15
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-051-4/+10
* glsl_to_tgsi: fixes for native integers and integer booleansBryan Cain2011-09-041-52/+118
* xvmc: Replace frame_started by picture_structureMaarten Lankhorst2011-09-042-10/+16
* intel: fix build errorYuanhan Liu2011-09-031-1/+1
* mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)Marek Olšák2011-09-022-25/+31
* glsl_to_tgsi: fix more potential shader reference leaksMarek Olšák2011-09-021-0/+10
* intel: Give an explanation why we are exiting for debugging.Eugeni Dodonov2011-09-021-0/+1
* i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.Kenneth Graunke2011-09-021-2/+2
* intel: Upload batchbuffer contents even if INTEL_NO_HW is set.Eric Anholt2011-09-021-8/+8
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-024-1/+16
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-0213-20/+219
* st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König2011-09-014-19/+307
* st/xvmc: the alpha component of palette entries isn't usedChristian König2011-09-011-1/+1
* g3dvl: extend the functionality of the compositorChristian König2011-09-015-33/+81
* gallium: add R8A8 and A8R8 UNORM formatsChristian König2011-09-012-0/+4
* st/xvmc: remove L4A4_UNORM workaroundChristian König2011-09-011-33/+5
* r600g: add support for R4A4 and A4R4 textures.Christian König2011-09-012-0/+8
* gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König2011-09-014-82/+7
* wayland: Use wl_resource_* error functionsKristian Høgsberg2011-09-011-10/+10
* egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke2011-09-011-0/+2
* wayland-drm: Fix compilation with wayland masterBenjamin Franzke2011-09-011-9/+9
* swrast: get rid of needless do/whileBrian Paul2011-08-311-2/+2
* mesa: fix broken store_texel() functionsBrian Paul2011-08-312-39/+64
* intel: fix GLESv1 supportChia-I Wu2011-09-013-8/+58