| Commit message (Expand) | Author | Age | Files | Lines |
* | i965g: fix warnings | Dave Airlie | 2011-01-09 | 2 | -2/+1 |
* | i965g: update intel_decode from upstream. | Dave Airlie | 2011-01-09 | 4 | -137/+432 |
* | i965g: update disassembler code from classic. | Dave Airlie | 2011-01-09 | 8 | -34/+95 |
* | i965g: update brw_defines.h from classic driver | Dave Airlie | 2011-01-09 | 3 | -37/+397 |
* | i965g: update brw_structs.h from classic driver. | Dave Airlie | 2011-01-09 | 3 | -88/+288 |
* | i965g: update to similiar gen stuff as i965 | Dave Airlie | 2011-01-09 | 33 | -151/+173 |
* | gallium: drivers should reference vertex buffers | Marek Olšák | 2011-01-06 | 1 | -13/+7 |
* | u_upload_mgr: new features | Marek Olšák | 2011-01-06 | 1 | -3/+9 |
* | i965g: include brw_types.h instead of GL/gl.h | Brian Paul | 2011-01-04 | 1 | -1/+1 |
* | i965g: Include p_compiler.h in intel_decode.h. | Vinson Lee | 2011-01-04 | 1 | -0/+2 |
* | i965g: Include gl.h in intel_structs.h. | Vinson Lee | 2011-01-04 | 1 | -0/+2 |
* | i965g: s/varient/variant/ | Brian Paul | 2010-12-16 | 4 | -8/+8 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 11 | -64/+61 |
* | gallium: add PIPE_SHADER_CAP_SUBROUTINES | Marek Olšák | 2010-11-22 | 1 | -0/+2 |
* | i965g: fill out CAPs for indirect addressing | Marek Olšák | 2010-11-12 | 1 | -0/+5 |
* | scons: Add aliases for several pipe drivers. | José Fonseca | 2010-11-02 | 1 | -4/+0 |
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -1/+1 |
* | i965g: use Elements macro instead of manual sizeofs | Nicolas Kaiser | 2010-10-01 | 1 | -13/+7 |
* | i965g: Fix 'control reaches end of non-void function' warning. | Vinson Lee | 2010-09-14 | 1 | -1/+2 |
* | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri | 2010-09-14 | 1 | -0/+44 |
* | i965g: Silence printf format warnings on 64-bit builds. | Vinson Lee | 2010-08-21 | 1 | -4/+4 |
* | i965g: Fix printf format warning on 32-bit platforms. | Vinson Lee | 2010-08-21 | 1 | -1/+1 |
* | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | 2010-08-20 | 1 | -1/+3 |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -64/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 4 | -33/+93 |
* | i965g: Remove dead initialization in precalc_tex. | Vinson Lee | 2010-07-16 | 1 | -1/+1 |
* | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz | 2010-06-28 | 3 | -10/+19 |
|\ |
|
| * | i965g: Move bootstrap code to targets | Jakob Bornecrantz | 2010-06-23 | 3 | -7/+15 |
| * | i965g: Moved pci_id to winsys struct | Jakob Bornecrantz | 2010-06-23 | 2 | -5/+6 |
* | | i965g: Fix setup of immediate types for gen4 disasm. | Vinson Lee | 2010-06-20 | 1 | -1/+1 |
* | | scons: Disable i965g build if using MSVC. | Vinson Lee | 2010-06-11 | 1 | -0/+4 |
* | | gallium: adjust the query interface to support custom types | Zack Rusin | 2010-06-08 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'gallium-newclear' | Roland Scheidegger | 2010-06-03 | 3 | -12/+66 |
|\ |
|
| * | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -14/+14 |
| * | i965g: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 3 | -12/+66 |
* | | gallium: silence all debug_named_value related warnings | Joakim Sindholt | 2010-06-03 | 1 | -29/+29 |
|/ |
|
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 5 | -4/+20 |
|\ |
|
| * | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | 2010-05-18 | 1 | -0/+7 |
| * | i965g: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 4 | -4/+13 |
* | | Merge branch 'gallium-front-ccw' | Keith Whitwell | 2010-05-21 | 4 | -30/+58 |
|\ \ |
|
| * | | gallium: more work on ccw flag removal | Keith Whitwell | 2010-05-14 | 4 | -14/+15 |
| * | | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell | 2010-05-14 | 3 | -18/+45 |
* | | | gallium: EXT_timer_query support. | Mathias Fröhlich | 2010-05-17 | 1 | -0/+2 |
* | | | i965g: Fix printf format specifier. | José Fonseca | 2010-05-17 | 1 | -1/+1 |
* | | | i965g: Fix return for resource_get_handle | Jakob Bornecrantz | 2010-05-16 | 1 | -1/+1 |
|/ / |
|
* | | gallium: Make PIPE_CAP_xxx enums. | José Fonseca | 2010-05-12 | 1 | -2/+2 |
* | | i965g: fix resource creation recursion bug | Roland Scheidegger | 2010-05-10 | 1 | -1/+1 |
* | | i965g: add brw_state_debug.c to SConscript | Roland Scheidegger | 2010-05-10 | 1 | -1/+1 |
|/ |
|
* | gallium: Remove loop register file. | José Fonseca | 2010-05-03 | 1 | -1/+2 |
* | i965g: s/sprintf/util_snprintf/ | Vinson Lee | 2010-05-02 | 1 | -5/+6 |