r300g: align the height of NPOT textures to POT
[profile/ivi/mesa.git] / src / gallium /
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 Chia-I WuFix copyright headers.
2010-04-09 Chia-I Wust/egl: Fix a typo in determining the render buffer.
2010-04-09 Brian Paulllvmpipe: fix transposed stencil ref / values comparison
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-09 José Fonsecautil: Fix typo in earlier commit.
2010-04-09 José Fonsecautil: ubyte_to_float and float_to_ubyte whenever possible.
2010-04-09 José Fonsecautil: Get all depth stencil tests passing.
2010-04-09 José Fonsecautil: Add missing break statement.
2010-04-09 José Fonsecautil: Use consistent symbols in pack generator.
2010-04-09 José Fonsecautil: Reorder format tests -- group by format.
2010-04-09 José Fonsecautil: Add dedicated depth-stencil packing/unpacking...
2010-04-09 Corbin Simpsonst/xorg: Fix thinko.
2010-04-09 Ben Skeggsnouveau: Import latest nouveau_class.h from renouveau
2010-04-09 Corbin Simpsonst/xorg: Fix bad paramf.
2010-04-09 Corbin Simpsonr300g: Fill out dummy fence functions.
2010-04-09 Corbin Simpsonutil: Include u_debug for debug_print_format.
2010-04-09 Chia-I Wust/egl: Move probe interface to native_probe.h.
2010-04-09 Chia-I Wust/egl: Remove pbuffer from the native interface.
2010-04-09 Vinson Leeutil: Set DXTN_LIBNAME to libtxc_dxtn.dylib on Mac...
2010-04-08 José Fonsecautil: Support PIPE_FORMAT_B4G4R4X4_UNORM and PIPE_FORMA...
2010-04-08 José Fonsecagallium: Add a couple more of D3D9 formats forgotten...
2010-04-08 José Fonsecautil: (Almost) universal format translation function.
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...
next