st/egl: Fix a typo in determining the render buffer.
[mesa.git] / src /
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 Brian Paulst/mesa: new assertions to check array indexes
2010-04-09 Brian Paulmesa: fix instruction indexing bugs
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 Brian Paulst/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regression
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 Li Pengintel: Call intel_prepare_render() in intelClear()
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 Li Pengintel: Call intel_prepare_render() in intelClear()
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-08 Dave Airlietexenvprogram: fix for ARB_draw_buffers.
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 Michel Dänzerr300: Initialize compiler.max_temp_regs for blits.
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 Wuegl_dri2: Flush before context switch and swap buffers.
2010-04-06 Chia-I Wust/dri: Implement DRI image extension.
2010-04-06 Chia-I Wumesa: Add OES_EGL_image to extension list.
2010-04-06 Brian Paulst/mesa: reformatting
2010-04-06 Brian Paulst/mesa: put fragment wpos code into separate function
2010-04-06 Zack Rusindraw llvm: fix loop iteration and vertex header offsets
2010-04-06 Chia-I Wuegl: Unbind the old context in _eglBindContext.
2010-04-06 Chia-I Wuegl: Fix eglMakeCurrent with different surfaces.
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šákst/mesa: trivially enable GL_EXT_gpu_program_parameters
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 Ian Romanickmesa: set version string to 7.8.1
2010-04-05 Henri Verbeetmesa: update_arrays() depends on program state.
2010-04-05 Brian Paulmesa: remove unused var
2010-04-05 Brian Pauli965g: change value of VERT_RESULT_PSIZ hack to avoid...
2010-04-05 Brian Paulmesa: check for _NEW_BUFFERS for color read format...
2010-04-05 Brian Paulutil: added util_dl_error()
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-05 Ian RomanickUpdate to final names from GLX_INTEL_swap_event spec
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...
next