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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glsl: Remove pointless uses of glsl_type::get_base_type().
Kenneth Graunke
2011-10-28
2
-7
/
+3
*
r600g: don't flush before reading query results
Marek Olšák
2011-10-28
1
-5
/
+0
*
r600g: only maintain the list of active queries
Marek Olšák
2011-10-28
4
-32
/
+19
*
r600g: cleanup r600_query_result
Marek Olšák
2011-10-28
1
-9
/
+6
*
r600g: don't flush in r600_get_backend_mask
Marek Olšák
2011-10-28
1
-3
/
+0
*
r600g: remove redundant variable r600_query::buffer_size
Marek Olšák
2011-10-28
2
-15
/
+17
*
r300g: remove useless code
Marek Olšák
2011-10-28
4
-22
/
+3
*
gallium/auxiliary/util: Solaris also has standard Unix sockets
Alan Coopersmith
2011-10-27
2
-4
/
+8
*
r300/compiler: Fix scheduler bug causing texture corruption
Tom Stellard
2011-10-27
1
-6
/
+35
*
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: add ir_variable::determine_interpolation_mode() function.
Paul Berry
2011-10-27
2
-0
/
+26
*
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
2011-10-27
4
-3
/
+14
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
8
-33
/
+69
*
r600g: remove redundant variable r600_pipe_context::blit
Marek Olšák
2011-10-27
3
-4
/
+2
*
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/glx: fix mixed declarations and code, remove unused var
Brian Paul
2011-10-26
1
-7
/
+7
*
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
3
-12
/
+12
*
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
*
r600g: remove redundant assignment of pipe_draw_info in draw_vbo
Marek Olšák
2011-10-26
1
-2
/
+0
*
llvmpipe: llvmpipe doesn't support pure integers yet.
Dave Airlie
2011-10-26
2
-0
/
+8
*
r600g: cleanup draw_vbo and add comments
Marek Olšák
2011-10-26
4
-93
/
+71
*
ralloc: Move declaration before code.
Vinson Lee
2011-10-25
1
-1
/
+2
*
scons: Add link_uniforms.cpp to SConscript.
Vinson Lee
2011-10-25
1
-0
/
+1
*
ir_to_mesa: Use uniform_field_visitor to add all struct fields to parameter list
Ian Romanick
2011-10-25
1
-12
/
+38
*
linker: Add uniform_field_visitor class to process leaf fields of a uniform
Ian Romanick
2011-10-25
3
-0
/
+129
*
ralloc: Add new [v]asprintf_rewrite_tail functions.
Kenneth Graunke
2011-10-25
2
-4
/
+80
*
linker: Eliminate more dead code after demoting shader inputs and outputs
Ian Romanick
2011-10-25
1
-4
/
+22
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
10
-17
/
+49
*
i965: Add more #defines for Gen6+ 3DSTATE_GS fields.
Kenneth Graunke
2011-10-25
1
-0
/
+8
*
i965: Add new brw_context::max_gs_threads constant.
Kenneth Graunke
2011-10-25
2
-0
/
+8
*
i965: Rename (vs|wm)_max_threads to max_(vs|wm)_threads for consistency.
Kenneth Graunke
2011-10-25
10
-24
/
+29
[next]