util: Describe, implement, and test the new D3D9 color formats.
[mesa.git] / src / gallium /
2010-04-08 José Fonsecautil: Describe, implement, and test the new D3D9 color...
2010-04-08 José Fonsecagallium: Add missing D3D9 color formats.
2010-04-08 José Fonsecautil: is_array/mixed/etc is only meaningful for plain...
2010-04-08 José Fonsecautil: Keep const keyword when unpacking formats.
2010-04-08 José Fonsecautil: Reorder the code generated function so that they...
2010-04-08 Zack Rusindraw llvm: hook up the generated function into the...
2010-04-08 José Fonsecadraw: Fix vertex buffer indexation.
2010-04-08 José Fonsecautil: Don't call util_dl_close(library) when util_forma...
2010-04-08 Vinson Leeutil: util_dl_close(library) before exiting util_format...
2010-04-08 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-08 Vinson Leellvmpipe: Remove unnecessary header.
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-08 Chia-I Wust/dri: Fix setTexBuffer2 with __DRI_TEXTURE_FORMAT_RGB.
2010-04-07 Zack Rusindraw llvm: highly reduce the compilation times for...
2010-04-07 José Fonsecagallivm: Get the format translation logic write.
2010-04-07 José Fonsecautil: Support fixed formats conversion.
2010-04-07 José Fonsecautil: Add copyright header to u_half.h
2010-04-07 José Fonsecautil: Remove the half typedef from p_compiler.h.
2010-04-07 José Fonsecallvmpipe: Add missing include.
2010-04-07 José Fonsecautil: Use stubs for the dynamically loaded S3TC functions.
2010-04-07 José Fonsecadraw: Fix MSVC build (snprintf->util_snprintf).
2010-04-07 José Fonsecautil: Remove u_tile.c YCbCr's.
2010-04-07 José Fonsecautil: Implement YUV and subsampled RGB format conversion.
2010-04-07 Brian Pauldraw: init draw->pt.middle.general = NULL just to be...
2010-04-07 José Fonsecallvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
2010-04-07 Vinson Leedraw llvm: Remove unnecessary headers.
2010-04-07 Vinson Leegallium: Add files to Makefile.
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 Zack Rusindraw llvm: disable printing of the LLVM ir
2010-04-07 Marc Dietrichcell: fix build
2010-04-07 Brian Paulgallium/draw: add additional DRAW_LLVM check
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: Fallback to calling util_format_description...
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-06 Zack Rusindraw llvm: disable debugging output
2010-04-06 Zack Rusindraw llvm: implement simple pipeline caching using...
2010-04-06 Zack Rusindraw llvm: fix iteration for larger vertex arrays
2010-04-06 Zack Rusindraw llvm: iterate with the correct stop over the outputs
2010-04-06 Michal Krolutil: Respect destination stride in pipe_get_tile_swizz...
2010-04-06 Zack Rusindraw llvm: fix draw arrays
2010-04-06 José Fonsecautil: Make half float lookup tables constant.
2010-04-06 José Fonsecautil: Remove the hand written SRGB format support code.
2010-04-06 José Fonsecautil: Support all SRGB formats.
2010-04-06 Chia-I Wust/dri: Implement DRI image extension.
2010-04-06 Zack Rusindraw llvm: fix loop iteration and vertex header offsets
2010-04-06 Chia-I Wust/es: Remove unnedded --whole-archive.
2010-04-06 Vinson Leescons: Link expat in dri builds.
2010-04-05 Zack Rusindraw llvm: when generating the vertex_header struct...
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 Brian Paulutil: added util_dl_error()
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 Chia-I Wust/egl: Implement get_egl_image hook.
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 Vinson Leeutil: Use GCC atomic bultins on GCC 4.1 and higher...
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 Zack Rusindraw llvm: fix storing of outputs for the rest of the...
2010-04-02 Corbin Simpsongallium/docs: Dithering might not actually do anything.
2010-04-02 Corbin Simpsonr300g: Expound on dithering comment.
2010-04-02 Dave Airlier300g: make dithering work like fglrx.
2010-04-02 Yann Droneaudgallium: fix dri_destroy_option_cache() when optionCach...
2010-04-02 Zack Rusindraw llvm: fix translation of formats with variable...
2010-04-02 Brian Paulllvmpipe: limit max texture size to 2Kx2K for now
2010-04-02 Vinson Leegallivm: Add fallthrough comment at end of case statement.
2010-04-02 Luca Barbierigallium/util: print \n after DXTn printf
2010-04-02 Luca Barbierisoftpipe: remove S3TC init, since it's done on-demand now
2010-04-02 Brian Paulgallium/util: remove extraneous semicolon
2010-04-02 Brian Paulgallium: remove old comment about return values
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 Barbierigallium/util: load s3tc on demand
2010-04-02 Luca Barbierigallium/util: pregenerate half float tables
2010-04-02 Chia-I Wust/vega: Do not depend on libm.
2010-04-02 Chia-I Wust/egl: Add a missing break.
2010-04-02 Vinson Leegallium/util: s/inline/INLINE/
2010-04-02 Luca Barbierinv50: call util_format_init
2010-04-02 Luca Barbierigallium/util: add util_format_init that inits s3tc...
2010-04-02 Luca Barbierigallium/util: add one-time initialization helper
2010-04-01 Zack Rusindraw llvm: a lot better storing implementation
2010-04-01 Luca Barbierigallium/util: use #pragma section instead of #pragma...
next