summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-16android: Add Android EGL extensions.Chia-I Wu
2011-03-16android: Add _EGL_PLATFORM_ANDROID.Chia-I Wu
2011-03-16android: Enable extensions required by ES1 for i915c.Chia-I Wu
2011-03-16android: Fix depth/stencil with i915c/i965c.Chia-I Wu
2011-03-16android: Fix GL_OES_EGL_image with SurfaceFlinger.Chia-I Wu
2011-03-16android: Use __mmap2 in winsys/svga.Chia-I Wu
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-03-16i965c: Fix a declaration in for loop.Chia-I Wu
2011-03-16i965c: Add support for GL_FIXED.Chia-I Wu
2011-03-16i915c: Add GL_OES_draw_texture support.Chia-I Wu
2011-03-16i915: Free with FREE.Chia-I Wu
2011-03-15mesa: use BITFIELD64_BIT() macroBrian Paul
2011-03-15st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul
2011-03-15glsl: add cast to silence signed/unsigned comparison warningBrian Paul
2011-03-15mesa: use 1UL for 64-bit unsigned constant for C++Brian Paul
2011-03-15glsl: Only allow unsized array assignment in an initializerIan Romanick
2011-03-15i915g: fix braino in the static state reworkDaniel Vetter
2011-03-15i915g: implement early zDaniel Vetter
2011-03-15i915g: split up static stateDaniel Vetter
2011-03-15i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt
2011-03-15i965: Do our lowering passes before the loop of optimization.Eric Anholt
2011-03-15glsl: Skip processing the first function's body in do_dead_functions().Eric Anholt
2011-03-15glsl: Whitespace fixup in opt_dead_functions.cpp.Eric Anholt
2011-03-15glsl: Skip processing of expression trees in discard simplification.Eric Anholt
2011-03-15glsl: Reduce processing of expression trees in do_structure_splitting.Eric Anholt
2011-03-15glsl: Skip processing expression trees in do_if_simplification().Eric Anholt
2011-03-15glsl: Skip processing expression trees in optimize_redundant_jumps()Eric Anholt
2011-03-15svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca
2011-03-15svga: Update svga_winsys_screen::buffer_map comments.José Fonseca
2011-03-15svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca
2011-03-15scons: copy hash_table.c, symbol_table.c to glsl directoryJose Fonseca
2011-03-15mesa: fix scons buildMarek Olšák
2011-03-15r300g: implement the texture barrierMarek Olšák
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák
2011-03-15mesa: add display list support for NV_texture_barrierMarek Olšák
2011-03-15mesa: regenerate glapi filesMarek Olšák
2011-03-15mesa: add NV_texture_barrierMarek Olšák
2011-03-15gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich
2011-03-15st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object.Mathias Fröhlich
2011-03-15glx: add ARB_create_context functions/ops to glx xmlDave Airlie
2011-03-15r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...Henri Verbeet
2011-03-14r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher
2011-03-14r600g: don't set per-MRT blend bits on R600Alex Deucher
2011-03-14r600g: Original R600 does not support per-MRT blendsAlex Deucher
2011-03-14r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher
2011-03-14r600g: Properly update MULTIWRITE_ENABLE in r600_pipe_shader_ps().Henri Verbeet
2011-03-14r600g: Fix the DB_SHADER_CONTROL mask in create_ds_state().Henri Verbeet
2011-03-14r600g: Properly update DB_SHADER_CONTROL in evergreen_pipe_shader_ps().Henri Verbeet
2011-03-14r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.Henri Verbeet
2011-03-14r600g: Move r600_pipe_shader_ps() to r600_state.c.Henri Verbeet