index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
automake: Convert src/mesa/drivers/x11/Makefile to automake.
Eric Anholt
2012-06-21
3
-81
/
+75
*
automake: Convert src/mesa/drivers/Makefile to automake.
Eric Anholt
2012-06-21
3
-29
/
+23
*
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
*
windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...
José Fonseca
2012-06-14
1
-15
/
+0
*
meta: Cleanup the resources we allocate.
Antoine Labour
2012-06-12
1
-6
/
+66
*
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
2
-9
/
+7
*
mesa: consolidate internal glCompressedTexImage1/2/3D code
Brian Paul
2012-06-06
2
-6
/
+4
*
mesa: consolidate internal glCopyTexSubImage1/2/3D code
Brian Paul
2012-06-06
7
-116
/
+42
*
mesa: consolidate internal glTexSubImage1/2/3D code
Brian Paul
2012-06-06
4
-67
/
+29
*
mesa: consolidate internal glTexImage1/2/3D code
Brian Paul
2012-06-06
4
-125
/
+23
*
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
*
meta: Fix GL_RENDERBUFFER binding in decompress_texture_image().
Kenneth Graunke
2012-06-05
1
-0
/
+4
*
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
*
scons: add code to generate the various GL API files
Brian Paul
2012-05-31
1
-0
/
+2
*
mesa: don't compile integer clear shaders for unsupported APIs
Oliver McFadden
2012-05-30
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
*
i965/msaa: Validate Gen7 surface state constraints.
Paul Berry
2012-05-25
3
-3
/
+109
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
10
-58
/
+162
*
i965/msaa: Add defines for Gen7.
Paul Berry
2012-05-25
1
-0
/
+5
*
i965/blorp: Enable blorp blits on Gen7.
Paul Berry
2012-05-25
2
-2
/
+4
*
i965/blorp: Implement proper texel fetch messages for Gen7.
Paul Berry
2012-05-25
2
-2
/
+31
*
i965/blorp: Use 16 pixel dispatch on Gen7.
Paul Berry
2012-05-25
1
-1
/
+9
*
i965/blorp: Allocate space for push constants on Gen7.
Paul Berry
2012-05-25
3
-30
/
+28
[prev]
[next]