util: Remove unnecessary header.
[mesa.git] / src / gallium / drivers /
2010-04-11 Vinson Leei965g: Remove unnecessary header.
2010-04-11 Vinson Leer300g: Add r300_resource.c to SCons build.
2010-04-11 Vinson Leesvga: Remove unnecessary headers.
2010-04-11 Vinson Leetrace: Remove unnecessary header.
2010-04-11 Marek Olšákr300g: a fix for piglit/texrect-many
2010-04-11 Marek Olšákr300g: use a dummy replacement vertex shader if the...
2010-04-11 Marek Olšákr300g: use a dummy replacement fragment shader if the...
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 Christoph Bumillernv50: fix texture relocs
2010-04-11 José Fonsecascons: Always build softpipe and llvmpipe (when llvm...
2010-04-11 José Fonsecascons: Make LLVM a black-white dependency.
2010-04-11 Marek Olšákr300g: revisit some assertions and fix potential failures
2010-04-11 Marek Olšákr300g: use cliprects for scissoring
2010-04-11 Marek Olšákr300g: fix mipmapped 3D textures
2010-04-11 Marek Olšákr300g: support some exotic sampler formats
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warning.
2010-04-11 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-04-11 Vinson Leesvga: Silence uninitialized variable warnings.
2010-04-10 Marek Olšákr300g: cleanup handling of sampler views
2010-04-10 Marek Olšákr300g: pick up some new colorbuffer formats
2010-04-10 Dave Airlier300g: hack around issue with doom3 and 0 stride
2010-04-10 Christoph Bumillernv50: plug in miptree resource vtbl
2010-04-10 Marek Olšákr300g: use clamp-to-edge instead of repeat/mirrored...
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Marek Olšákr300g: align the height of NPOT textures to POT
2010-04-09 Marek Olšákr300g: do not use tiling for scanout buffers
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-09 Ben Skeggsnouveau: Import latest nouveau_class.h from renouveau
2010-04-09 Corbin Simpsonr300g: Fill out dummy fence functions.
2010-04-08 Vinson Leellvmpipe: Remove unnecessary header.
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 José Fonsecallvmpipe: Add missing include.
2010-04-07 José Fonsecallvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
2010-04-07 Vinson Leellvmpipe: Remove unused variable.
2010-04-07 Ben Skeggsnouveau: allow multiple simultaneous maps of a pipe_tra...
2010-04-07 Ben Skeggsnv50: fix assertion that caused piglit texturing/texrec...
2010-04-07 Marc Dietrichcell: fix build
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 José Fonsecallvmpipe: Support S3TC when util_format_s3tc_enabled...
2010-04-06 José Fonsecagallivm: Move the global LLVM objects (module, engine...
2010-04-06 Zack Rusinllvmpipe: use a define to decide whether to use draw...
2010-04-05 Marek Olšákr300g: enforce microtiled zbuffer from X server
2010-04-05 Marek Olšákr300g: typecast using the r300_texture function
2010-04-05 Brian Paulsoftpipe: index the correct blend/mask state index
2010-04-05 Brian Pauli965g: change value of VERT_RESULT_PSIZ hack to avoid...
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-05 Marek Olšákr300g: enable OpenGL 2.1 on r3xx-r4xx chipsets
2010-04-05 Marek Olšákr300g: add fallback for back stencil reference value...
2010-04-05 Marek Olšákr300g: simplify accessing screen from context
2010-04-05 Marek Olšákr300g: remove some XXXs
2010-04-05 Marek Olšákr300g: raise the number of texture units to 16 for...
2010-04-05 Marek Olšákr300/compiler: make the max number of fragment shader...
2010-04-05 Marek Olšákr300g: is_npot -> uses_pitch
2010-04-05 Marek Olšákr300g: enable conditional rendering also for SWTCL
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-04 Dave Airlier300g: fix TFP stride override.
2010-04-04 Marek Olšákr300g: add conditional rendering
2010-04-04 Marek Olšákr300g: add r4xx fragment shader registers
2010-04-04 Marek Olšákr300g: do not use the c++ template keyword
2010-04-04 Marek Olšákr300g: properly setup textures from X server
2010-04-03 Dave Airlier300g: fix color tiling for buffer from X server.
2010-04-02 José Fonsecautil: Revert unsolicited, untested, unreviewed, and...
2010-04-02 Corbin Simpsonr300g: Expound on dithering comment.
2010-04-02 Dave Airlier300g: make dithering work like fglrx.
2010-04-02 Brian Paulllvmpipe: limit max texture size to 2Kx2K for now
2010-04-02 Luca Barbierisoftpipe: remove S3TC init, since it's done on-demand now
2010-04-02 Luca Barbierigallium/util: revert util_format_init addition
2010-04-02 Luca Barbierigallium/util: add util_format_is_supported to check...
2010-04-02 Luca Barbierinv50: call util_format_init
2010-04-02 Luca Barbierigallium/util: add util_format_init that inits s3tc...
2010-04-01 José Fonsecallvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.
2010-04-01 José Fonsecallvmpipe: More tweaks to the supported texture formats.
2010-04-01 José Fonsecallvmpipe: Fix build...
2010-04-01 José Fonsecallvmpipe: Fix (un)swizzling, broken due to use of VOID...
2010-04-01 Vinson Leer300g: Remove unnecessary header.
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-04-01 Marek Olšákr300g: add RGBA16F colorbuffer support
2010-04-01 Marek Olšákr300g: add RGTC texture support
2010-03-31 Marek Olšákr300g: format handling cleanup
2010-03-31 José Fonsecasoftpipe: Use S3TC when avaiilable,
2010-03-31 José Fonsecallvmpipe: Don't call unused generate_clamp().
2010-03-31 José Fonsecallvmpipe: Disable threads by default on embedded.
2010-03-31 José Fonsecallvmpipe: Don't rely on u_format_access.py
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 José Fonsecallvmpipe: More accurate format capability exporting.
2010-03-31 José Fonsecallvmpipe: Drop the aos format conversion.
2010-03-31 Vinson Leei965g: Fix assertion that was always true.
2010-03-31 Vinson Leeidentity: Remove unnecessary header.
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-30 Vinson Leer300g: Remove unused variable.
2010-03-30 Vinson Leer300g: Remove unnecessary header.
2010-03-30 Corbin Simpsonr300g: Bind constantbuf to Draw immediately, don't...
2010-03-29 Roland ScheideggerMerge branch 'master' into gallium-new-formats
2010-03-29 Roland Scheideggergallium: adapt all code to the renamed depth/stencil...
2010-03-29 Chris LiAdd test case for lp_bld_printf()
2010-03-29 José Fonsecai965g: util_format_is_compressed() -> util_format_is_s3...
2010-03-29 José Fonsecasvga: util_format_is_compressed() -> util_format_is_s3tc().
2010-03-29 José Fonsecar300: UTIL_FORMAT_LAYOUT_COMPRESSED -> UTIL_FORMAT_LAYO...
2010-03-29 Michal Krolsoftpipe: Map GS constants, too.
next