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
*
intel: Add an interface for saving/restoring the batchbuffer state.
Eric Anholt
2011-10-29
3
-0
/
+28
*
i915: Move the always_flush_cache code to triangle emit.
Eric Anholt
2011-10-29
2
-4
/
+8
*
radeon/r200: forgot one somehow
Dave Airlie
2011-10-29
1
-1
/
+2
*
radeon/r200: drop remains of non-libdrm_radeon build
Dave Airlie
2011-10-29
14
-351
/
+4
*
mesa/st: get interpolation mode from the fragment shader.
Dave Airlie
2011-10-29
1
-1
/
+15
*
ir_to_mesa: Let check_resources halt compilation
Ian Romanick
2011-10-28
1
-6
/
+17
*
i965: Use glsl_type::column_type instead of open-coding it
Ian Romanick
2011-10-28
1
-3
/
+1
*
r300c/compiler: remove the compiler too
Marek Olšák
2011-10-28
61
-17084
/
+0
*
i965/fs: Use the actual hardware g0 register for texel offset setup.
Kenneth Graunke
2011-10-28
1
-1
/
+1
*
mesa: Don't do [0, 1] clamping on glGetTexImage() of packed float formats.
Eric Anholt
2011-10-28
1
-4
/
+6
*
radeon: Remove the non-libdrm kernel memory manager support.
Eric Anholt
2011-10-28
8
-464
/
+2
*
radeon: Insist on libdrm being present to build.
Eric Anholt
2011-10-28
3
-98
/
+3
*
dri: Remove driver GenerateMipmap hooks.
Eric Anholt
2011-10-28
4
-67
/
+0
*
radeon: Drop some remaining DRI1 vblank support code.
Eric Anholt
2011-10-28
3
-58
/
+0
*
intel: remove dead prototype for old DRI1 code.
Eric Anholt
2011-10-28
1
-5
/
+0
*
radeon: Simplify cliprects computation now that there's just 1.
Eric Anholt
2011-10-28
3
-69
/
+15
*
radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).
Eric Anholt
2011-10-28
1
-54
/
+38
*
radeon: Drop the legacy BO manager code.
Eric Anholt
2011-10-28
7
-988
/
+0
*
radeon: Drop the DRI1 zero-copy TFP code.
Eric Anholt
2011-10-28
5
-92
/
+0
*
radeon: Drop the radeon_cs_legacy code now that we rely on kernel mm.
Eric Anholt
2011-10-28
6
-458
/
+0
*
radeon: Drop dri2 checks now that it's always true.
Eric Anholt
2011-10-28
16
-349
/
+0
*
radeon: Drop the DRI1 swapbuffers implementation.
Eric Anholt
2011-10-28
3
-294
/
+0
*
radeon: Drop the non-kernel-memory-manager support, and thus DRI1.
Eric Anholt
2011-10-28
13
-711
/
+112
*
r200: Drop the non-kernel-memory-manager and DRI1 code.
Eric Anholt
2011-10-28
6
-528
/
+86
*
radeon: Unifdef RADEON_R300 and RADEON_R600.
Eric Anholt
2011-10-28
3
-636
/
+6
*
r300c, r600c: Remove these DRI drivers.
Eric Anholt
2011-10-28
183
-56328
/
+0
*
radeon: Delete DRI1 screen init code and thus support for !kernel_mm.
Eric Anholt
2011-10-28
1
-495
/
+5
*
dri: Drop _dri_texformats that just obfuscate MESA_FORMAT names.
Eric Anholt
2011-10-28
3
-10
/
+3
*
radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.
Eric Anholt
2011-10-28
1
-10
/
+1
*
radeon: Remove dead swrast renderbuffer setup code.
Eric Anholt
2011-10-28
1
-29
/
+20
*
i965/gen6+: Add support for noperspective interpolation.
Paul Berry
2011-10-27
9
-39
/
+122
*
i965/gen6+: Rename GEN6_CLIP_BARYCENTRIC_ENABLE.
Paul Berry
2011-10-27
1
-1
/
+1
*
i965/fs: use determine_interpolation_mode().
Paul Berry
2011-10-27
1
-4
/
+4
*
i965/gen6+: Parameterize barycentric interpolation modes.
Paul Berry
2011-10-27
10
-38
/
+103
*
i965/fs: Fix split_virtual_grfs() when delta_xy not in a virtual register.
Paul Berry
2011-10-27
1
-1
/
+1
*
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
2011-10-27
1
-1
/
+5
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
3
-2
/
+21
*
mesa: initialize ARB_transform_feedback2 dispatch
Marek Olšák
2011-10-27
2
-1
/
+10
*
mesa: improve EXT_transform_feedback display list support
Marek Olšák
2011-10-27
1
-10
/
+9
*
mesa: fix GL error checking in TransformFeedbackVaryings
Marek Olšák
2011-10-27
1
-1
/
+3
*
st/mesa: tell VBO module to always unmap buffers before drawing
Brian Paul
2011-10-26
1
-0
/
+4
*
glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.
Eric Anholt
2011-10-26
1
-3
/
+3
*
intel: Drop texture border support code.
Eric Anholt
2011-10-26
5
-93
/
+29
*
intel: Enable stripping of texture borders.
Eric Anholt
2011-10-26
1
-0
/
+2
*
mesa: Apply StripTextureBorder to CopyTexImage as well.
Eric Anholt
2011-10-26
1
-0
/
+10
*
mesa: Fold gallium's texture border stripping into a core Mesa option.
Eric Anholt
2011-10-26
4
-58
/
+73
*
mesa: Skip texstore for 0-sized texture data.
Eric Anholt
2011-10-26
1
-0
/
+9
*
ir_to_mesa: Use uniform_field_visitor to add all struct fields to parameter list
Ian Romanick
2011-10-25
1
-12
/
+38
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
4
-5
/
+10
*
i965: Add more #defines for Gen6+ 3DSTATE_GS fields.
Kenneth Graunke
2011-10-25
1
-0
/
+8
[next]