summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2011-03-10gallium/util: new polygon stipple utility helperBrian Paul
2011-03-10gallium/svga: Only upload parts of vertexarrays that are actually usedThomas Hellstrom
2011-03-10r600: don't close fd on failed loadDave Airlie
2011-03-09nv50: add back initialization of redefine_user_bufferChristoph Bumiller
2011-03-09r600g: remove some now unneeded code from r600_bc_vtx_buildChristian König
2011-03-09r600g: R700+ can do more than 8 tex and vtx clause in one CF instChristian König
2011-03-09r600g: split R600 and R700 CF generation for VTX and TEXChristian König
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca
2011-03-09util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca
2011-03-09util: add ensure_sanity checks, fix a bugKeith Whitwell
2011-03-09util: improve cache collision behaviourKeith Whitwell
2011-03-09util: Add remove to util_cacheAlex Corscadden
2011-03-09util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden
2011-03-09wgl: Force framebuffer validation on glViewport.José Fonseca
2011-03-09gallium/svga: Don't replace user vertex buffer with uploaded copyThomas Hellstrom
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee
2011-03-08st/python: Add timeout parameter to fence_finish.Vinson Lee
2011-03-08r300g: handle timeout parameter in fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08r300g: add LATC supportMarek Olšák
2011-03-08gallium/util: add LATC supportMarek Olšák
2011-03-08r600g: set start instance correctlyChristian König
2011-03-08r300g: decide whether a flush should be asynchronous when calling itMarek Olšák
2011-03-08r300g: use pipelined transfers for RGTC texturesMarek Olšák
2011-03-07llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul
2011-03-07softpipe: clamp texcoords in sample_compare()Philip Taylor
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul
2011-03-07r600g: Simplify some swizzle lookups.Henri Verbeet
2011-03-07r600g: Constant buffers can contain up to 4096 constants.Henri Verbeet
2011-03-06r600g: use long long integers for instance addr calculationChristian König
2011-03-06pb: Add is_buffer_busy for malloc buffers.José Fonseca
2011-03-06st/wgl: No need to initialize OneTimeLock anymore.José Fonseca
2011-03-06trace: Use pipe_static_mutex.José Fonseca
2011-03-06os: Fix pipe_static_mutex on Windows.José Fonseca
2011-03-06graw-gdi: Silence gcc missing initialization warning.José Fonseca
2011-03-06i915g: update TODODaniel Vetter
2011-03-05r300g/swtcl: advertise draw_instanced and primitive_restartMarek Olšák
2011-03-05r300g: implement instanced arraysMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-03-05r300g: cleanup parameters of draw functionsMarek Olšák
2011-03-05nv50: support the InstanceID system valueChristoph Bumiller
2011-03-05r600g: simplify instance addr calculationChristian König
2011-03-04nvc0: Update SConscript.Vinson Lee
2011-03-04nv50: Update SConscript.Vinson Lee
2011-03-05r600g: fix fragment shader size calculationChristian König
2011-03-05nv50,nvc0: get format desc for TIC entry from sampler view formatChristoph Bumiller
2011-03-05nv50,nvc0: share sampler state creationChristoph Bumiller
2011-03-05nv50,nvc0: update the format tablesChristoph Bumiller
2011-03-05nvc0: use m2mf for resource_copy_region if formats are equalChristoph Bumiller
2011-03-05nv50,nvc0: fix texture layer issuesChristoph Bumiller