Age | Commit message (Expand) | Author |
2009-12-21 | i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER | Keith Whitwell |
2009-12-21 | i965g: keep refcounts to bound vertex buffers | Keith Whitwell |
2009-12-21 | i965g: add DEBUG_WINSYS flag | Keith Whitwell |
2009-12-21 | r600: fix glFrontFace(GL_CW) | Dave Airlie |
2009-12-21 | i965g: remove duplicate set_viewport_state, fixes samples/depth | Keith Whitwell |
2009-12-21 | r600: support more of arb_point_sprite and also sprite_coord_origin | Andre Maasikas |
2009-12-21 | r600: disallow negative offsets for relative addressing for now | Andre Maasikas |
2009-12-21 | vega: Add missing actual argument. | Michal Krol |
2009-12-21 | st/mesa: Check for single level mipmap trees. | Younes Manton |
2009-12-21 | r600: fix glFrontFace(GL_CW) | Dave Airlie |
2009-12-20 | r300g: Add a few more params. | Corbin Simpson |
2009-12-21 | glsl: make stack compile. | Dave Airlie |
2009-12-21 | radeon/r600: use new libdrm_radeon api | Dave Airlie |
2009-12-20 | glsl/apps: Update after glsl cl interface changes. | Michal Krol |
2009-12-20 | slang: Update after glsl cl interface changes. | Michal Krol |
2009-12-20 | glsl: Do syntax parsing inline with processing. | Michal Krol |
2009-12-20 | slang: Add gitignore for autogenerated files. | Michal Krol |
2009-12-20 | slang: Update after glsl pp changes. | Michal Krol |
2009-12-20 | glsl/apps: Update after glsl pp interface changes. | Michal Krol |
2009-12-20 | glsl/apps: Do not print number of eaten tokens in version. | Michal Krol |
2009-12-20 | glsl/apps: Print error line number in compile. | Michal Krol |
2009-12-20 | glsl/pp: Do processing inline with tokenisation. | Michal Krol |
2009-12-20 | glsl/pp: Remove outdated TODO. | Michal Krol |
2009-12-20 | glsl/pp: Report correct error line for purify and tokeniser errors. | Michal Krol |
2009-12-20 | util: util_format_get_blocksizebits() returns bits per block. | Christoph Bumiller |
2009-12-20 | nv50: make address reg allocation a little less hacky | Christoph Bumiller |
2009-12-20 | nv50: use BREAKADDR and BREAK for loops | Christoph Bumiller |
2009-12-20 | nv50: handle TGSI_OPCODE_RET,KILP | Christoph Bumiller |
2009-12-19 | r300g: add texture compare modes | Marek Olšák |
2009-12-19 | gallium: don't use edgeflags if the app didn't supply them | Roland Scheidegger |
2009-12-19 | gallium: fix not generating new vp varient when polygon mode changes | Roland Scheidegger |
2009-12-19 | r300: minor blit rework | Maciej Cencora |
2009-12-19 | r300: better fix for glCopyTexSubImage | Maciej Cencora |
2009-12-18 | r300g: Fix provoking vertex for non-quads. | Corbin Simpson |
2009-12-18 | r300g: Respect provoking vertex for trifans. | Corbin Simpson |
2009-12-19 | gallium: fix up drivers for edgeflag changes | Roland Scheidegger |
2009-12-18 | gallium: store edgflag info in tgsi_shader_info | Roland Scheidegger |
2009-12-18 | r300g: Eliminate a couple more asserts. | Corbin Simpson |
2009-12-18 | r300g: Nuke r300_vbo. | Corbin Simpson |
2009-12-18 | glsl: clear out shader code before compiling | Brian Paul |
2009-12-18 | radeon: protect fbo allocation message with debug | Alex Deucher |
2009-12-18 | fix debug output mising from edgeflag changes | Roland Scheidegger |
2009-12-18 | gallium: fix mesa to tgsi translation for edgeflags | Roland Scheidegger |
2009-12-18 | util: Add util_format_has_alpha(), enclose in extern C. | Michal Krol |
2009-12-18 | util/pack: Handle the remaining formats with generic u_format access functions. | Michal Krol |
2009-12-18 | util: Update blitter for u_format changes. | Corbin Simpson |
2009-12-18 | Revert "r300g: flush CS if a buffer being deleted is referenced by it" | Corbin Simpson |
2009-12-18 | Merge branch 'pipe-format-simplify' | Michal Krol |
2009-12-18 | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default. | Richard Li |
2009-12-18 | radeon: fix frontbuffer read/drawpixels | Dave Airlie |