| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: Share common __DRIimage allocation code | Kristian Høgsberg | 2012-07-05 | 1 | -40/+19 |
* | intel: Just look up image->internal_format using _mesa_get_format_base_format | Kristian Høgsberg | 2012-07-05 | 1 | -10/+2 |
* | intel: Remove unused __DRIimage::data_type field | Kristian Høgsberg | 2012-07-05 | 2 | -13/+0 |
* | intel: Fix a comment typo. | Eric Anholt | 2012-07-04 | 1 | -1/+1 |
* | i965/fs: Allow copy propagation on uniforms. | Eric Anholt | 2012-07-03 | 1 | -4/+7 |
* | i965/fs: Allow copy propagation with source modifiers. | Eric Anholt | 2012-07-03 | 1 | -3/+17 |
* | i965/fs: Move copy propagation test out to a separate function. | Eric Anholt | 2012-07-03 | 2 | -6/+20 |
* | i965/msaa: Fix centroid interpolation of unlit pixels. | Paul Berry | 2012-07-02 | 4 | -4/+39 |
* | i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend. | Paul Berry | 2012-07-02 | 4 | -2/+39 |
* | i965: fix transform feedback with primitive restart | Jordan Justen | 2012-07-02 | 3 | -0/+18 |
* | i965: Re-enable rendering to SNORM formats. | Kenneth Graunke | 2012-07-02 | 1 | -6/+1 |
* | mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers | Marek Olšák | 2012-06-28 | 1 | -1/+1 |
* | i965: enable ARB_instanced_arrays extension | Jordan Justen | 2012-06-27 | 4 | -7/+42 |
* | mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask | Brian Paul | 2012-06-27 | 4 | -10/+10 |
* | i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled. | Paul Berry | 2012-06-26 | 2 | -4/+6 |
* | i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}. | Paul Berry | 2012-06-26 | 1 | -1/+9 |
* | i965/msaa: Implement glSampleCoverage. | Paul Berry | 2012-06-26 | 4 | -7/+26 |
* | i965/fs: Fix conversions float->bool, int->bool | Chad Versace | 2012-06-25 | 1 | -7/+7 |
* | i965/msaa: Add backend support for centroid interpolation. | Paul Berry | 2012-06-25 | 3 | -11/+32 |
* | i965/fs: Refactor interpolation code to prepare for adding centroid support. | Paul Berry | 2012-06-25 | 2 | -8/+17 |
* | i965/msaa: Adapt clip setup for centroid noperspective interpolation. | Paul Berry | 2012-06-25 | 3 | -2/+6 |
* | i965: Compute dFdy() correctly for FBOs. | Paul Berry | 2012-06-22 | 6 | -9/+46 |
* | make: Fold ASM_CFLAGS into DEFINES. | Eric Anholt | 2012-06-21 | 7 | -7/+0 |
* | i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled. | Paul Berry | 2012-06-20 | 4 | -18/+32 |
* | i965/msaa: Disable unsupported formats. | Paul Berry | 2012-06-20 | 1 | -0/+13 |
* | i965: Don't set brw_wm_prog_key::iz_lookup on Gen6+. | Kenneth Graunke | 2012-06-19 | 1 | -18/+20 |
* | i965: Fix brw_swap_cmod() for LE/GE comparisons. | Kenneth Graunke | 2012-06-18 | 1 | -4/+4 |
* | i965: Add support for ir_unop_f2u to i965 backend. | Paul Berry | 2012-06-15 | 3 | -0/+3 |
* | i965/blorp: Implement source clipping. | Paul Berry | 2012-06-15 | 1 | -3/+11 |
* | i965: Add forgotten bitcast operations in brw_fs_channel_expressions. | Kenneth Graunke | 2012-06-07 | 1 | -0/+4 |
* | i965/blorp: allow all buffer formats provided src and dst match. | Paul Berry | 2012-06-07 | 1 | -25/+7 |
* | i965/blorp: Implement logic for additional buffer formats. | Paul Berry | 2012-06-07 | 3 | -7/+37 |
* | i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function. | Paul Berry | 2012-06-07 | 1 | -4/+4 |
* | i965/blorp: Refactor surface format determination. | Paul Berry | 2012-06-07 | 4 | -10/+10 |
* | i965: Enable the GL_ARB_shader_bit_encode extension. | Kenneth Graunke | 2012-06-07 | 3 | -0/+25 |
* | mesa: consolidate internal glCompressedTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -6/+6 |
* | mesa: consolidate internal glCompressedTexImage1/2/3D code | Brian Paul | 2012-06-06 | 1 | -3/+3 |
* | mesa: consolidate internal glCopyTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 4 | -45/+27 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 2 | -48/+23 |
* | mesa: consolidate internal glTexImage1/2/3D code | Brian Paul | 2012-06-06 | 3 | -122/+22 |
* | i965/fs: Fix user-defined FS outputs with less than four components. | Kenneth Graunke | 2012-06-05 | 2 | -2/+9 |
* | i965/vs: Fix texelFetchOffset() on pre-Gen7. | Kenneth Graunke | 2012-06-05 | 1 | -2/+2 |
* | i965/fs: Fix texelFetchOffset() on pre-Gen7. | Kenneth Graunke | 2012-06-05 | 1 | -12/+28 |
* | i965: Implement texture buffer objects on Gen6. | Kenneth Graunke | 2012-06-02 | 2 | -0/+61 |
* | intel: Change vendor string to "Intel Open Source Technology Center". | Kenneth Graunke | 2012-06-01 | 1 | -1/+1 |
* | i965/blorp: Implement destination clipping and scissoring | Paul Berry | 2012-05-29 | 1 | -5/+67 |
* | i830: Fix crash for GL_STENCIL_TEST in i830Enable() | Kurt Roeckx | 2012-05-29 | 1 | -1/+1 |
* | i965/msaa: Enable 4x MSAA on Gen7. | Paul Berry | 2012-05-25 | 2 | -9/+9 |
* | i965/msaa: Implement manual blending operation for Gen7. | Paul Berry | 2012-05-25 | 1 | -23/+67 |
* | i965/msaa: Modify blorp code to account for Gen7 MSAA layouts. | Paul Berry | 2012-05-25 | 3 | -68/+151 |