summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-04-26mesa: start adding GL 3.1 signed normalized texture formatsBrian Paul
2010-04-27r300g: reserve CS space for index offsetMarek Olšák
2010-04-26llvmpipe: Remove unused variable.Vinson Lee
2010-04-27r300g: add support for more unaligned vertex formatsMarek Olšák
2010-04-27r300g: setup PSC first, then align vertex formatsMarek Olšák
2010-04-27r300g: set undefined vertex swizzles to (0,0,0,1) respectivelyMarek Olšák
2010-04-26draw/llvm: implement fetch elts pathsZack Rusin
2010-04-26r600: add support for more rendering formatsAlex Deucher
2010-04-26r300g: disable point sprites (again)Marek Olšák
2010-04-26r300g: fix warnings when printing uint64_tMarek Olšák
2010-04-26r300g: fix warnings by using the const qualifierMarek Olšák
2010-04-26r300g: use CS_OUT_TABLE betterMatt Turner
2010-04-26r600: avoid setting invalid bit on r7xx for blitsAlex Deucher
2010-04-26gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOPAlan Hourihane
2010-04-26draw: Always use the llvm middle end when available & enabled.José Fonseca
2010-04-26svga: Pass-through max_index to translate.José Fonseca
2010-04-26draw: Pass-through pipe_buffer::max_index to translate.José Fonseca
2010-04-26translate: Take and respect a max_index argument.José Fonseca
2010-04-26r300g: Rudimentary stats, printed on exit.Corbin Simpson
2010-04-26r300g: Add stats debug flag.Corbin Simpson
2010-04-26r600: enable VERT_RESULT_PSIZ - makes point size & attenuation workAndre Maasikas
2010-04-26r600: adjust point sprites after 911fa4a4a1Andre Maasikas
2010-04-26os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee
2010-04-26r300g: Use table CS writing when applicable.Corbin Simpson
2010-04-26r300g: Add CS table writing.Corbin Simpson
2010-04-26et/egl: Remove dead code.Vinson Lee
2010-04-25nvfx: Add include path to SCons build.Vinson Lee
2010-04-26r300g: support index bias on r500 and DRM 2.3.0Marek Olšák
2010-04-26r300g: support rendering more than 65535 vertices in one batch on r500Marek Olšák
2010-04-26r300g: emit MSPOS regsMarek Olšák
2010-04-26r300g: force prefetch for non-indexed verticesMarek Olšák
2010-04-26r300g: use the dummy FS shader for shaders with zero instructionsMarek Olšák
2010-04-26r300g: allow unaligned vertex formats if the stride is dword-alignedMarek Olšák
2010-04-26r300g: abort on unsupported vertex formatsMarek Olšák
2010-04-26r300g: abort if a vertex buffer offset is not dword-alignedMarek Olšák
2010-04-25st/wgl: s/st_manager_create_api/st_gl_api_create/Vinson Lee
2010-04-25nvfx: Add missing header.Vinson Lee
2010-04-26st/dri: Refactor dri_st_api into other filesJakob Bornecrantz
2010-04-26st/dri: Make st_framebuffer_iface the base for dri_drawableJakob Bornecrantz
2010-04-26st/dri: Make st_manager the base for dri_screenJakob Bornecrantz
2010-04-26st/dri: Add hooks for framebuffer functionsJakob Bornecrantz
2010-04-26st/dri: Make lookup_egl_image a hookJakob Bornecrantz
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
2010-04-26llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/aJosé Fonseca
2010-04-25draw: Respect pipe_vertex_buffer::max_index in llvm generated code.José Fonseca
2010-04-25llvmpipe: No need to flush the caches for buffers.José Fonseca
2010-04-25softpipe: Make softpipe transfers in-order.José Fonseca
2010-04-25llvmpipe: Cleanup/improve llvmpipe_flush_resource usage.José Fonseca
2010-04-25llvmpipe: Remove unused variable.Vinson Lee
2010-04-25llvmpipe: llvmpipe_flush_texture -> llvmpipe_flush_resourceJosé Fonseca