index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: Clean up some dricore-related detritus in the old Makefile.
Eric Anholt
2012-05-29
1
-23
/
+7
*
automake: Convert dricore building to automake.
Eric Anholt
2012-05-29
3
-42
/
+93
*
automake: Add a prefix variable to the common sources lists.
Eric Anholt
2012-05-29
3
-277
/
+279
*
automake: Rename variables in sources.mak to be automake compatible.
Eric Anholt
2012-05-29
3
-67
/
+67
*
mesa: Remove generated source files during make clean.
Eric Anholt
2012-05-29
1
-0
/
+12
*
mesa: Restore installing of libGL for non-dri builds.
Eric Anholt
2012-05-29
1
-3
/
+7
*
mesa: Remove the generated glapi from source control, and just build it.
Eric Anholt
2012-05-29
4
-25414
/
+3
*
i830: Fix crash for GL_STENCIL_TEST in i830Enable()
Kurt Roeckx
2012-05-29
1
-1
/
+1
*
gallium: add st_api feature mask to prevent advertising MS visuals
Christoph Bumiller
2012-05-29
1
-0
/
+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
*
i965/blorp: Set the dynamic state upper bound.
Paul Berry
2012-05-25
1
-1
/
+6
*
i965/blorp: Factor gen6_blorp_emit_batch_head into separate functions.
Paul Berry
2012-05-25
3
-34
/
+49
*
i965/blorp: Use MSDISPMODE_PERSAMPLE rendering when necessary
Paul Berry
2012-05-25
4
-27
/
+87
*
i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Paul Berry
2012-05-25
2
-21
/
+36
*
i965/blorp: Generalize sampling code in preparation for Gen7
Paul Berry
2012-05-25
1
-26
/
+61
*
i965/msaa: Expand odd-sized MSAA surfaces to account for interleaving pattern.
Paul Berry
2012-05-25
1
-5
/
+40
*
i965: Gut the separate OpenGL ES extension enabling.
Kenneth Graunke
2012-05-23
7
-148
/
+4
*
mesa: Remove the OES_draw_texture extension from ES2.
Kenneth Graunke
2012-05-23
1
-1
/
+1
*
i965: use cut index to handle primitive restart when possible
Jordan Justen
2012-05-23
1
-1
/
+80
*
i965: add flag to enable cut_index
Jordan Justen
2012-05-23
4
-1
/
+12
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
7
-0
/
+112
*
mesa: Use initializers to configure samplers
Ian Romanick
2012-05-23
1
-32
/
+9
*
ir_to_mesa: Don't set initial uniform values again
Ian Romanick
2012-05-23
1
-104
/
+0
*
ir_to_mesa: Propagate initial values in _mesa_associate_uniform_storage
Ian Romanick
2012-05-23
1
-0
/
+9
*
glsl: Initialize samplers to 0, propagate sampler values to the gl_program
Ian Romanick
2012-05-23
1
-0
/
+1
*
i965/gen6+: Add support for GL_ARB_blend_func_extended.
Eric Anholt
2012-05-23
13
-8
/
+112
*
mesa: Keep a computed value for dual source blend func with each buffer.
Eric Anholt
2012-05-23
3
-17
/
+32
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
8
-12
/
+150
*
i965/gen6: Add CC viewport state setup to blorp code.
Eric Anholt
2012-05-23
1
-0
/
+26
*
i965/gen7: Add CC viewport setup to blorp code.
Eric Anholt
2012-05-23
1
-0
/
+21
*
i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
2012-05-23
7
-120
/
+9
*
i965: Replace intel_need_resolve with the hiz ops it maps to.
Eric Anholt
2012-05-23
3
-17
/
+21
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
4
-15
/
+44
*
i965: Rename the clear function for this driver.
Eric Anholt
2012-05-23
1
-2
/
+2
*
i965: Simplify the remaining clear logic by relying on the meta clear.
Eric Anholt
2012-05-23
1
-47
/
+11
*
i965: Switch blit color clears to tri clears on gen4/5.
Eric Anholt
2012-05-23
1
-28
/
+2
*
i965: Remove dead logic for non-tri depth/stencil clears.
Eric Anholt
2012-05-23
1
-26
/
+2
*
i965: We always have GLSL, so always use it for tri clears.
Eric Anholt
2012-05-23
1
-4
/
+1
*
i915: Drop gen4+ code from the forked clear code.
Eric Anholt
2012-05-23
1
-10
/
+1
[next]