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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Add texrect scale parameters before pointers to ParameterValues.
Eric Anholt
2012-12-28
3
-0
/
+24
*
i965: Fix a typo in a comment.
Eric Anholt
2012-12-28
1
-1
/
+1
*
i965: Add a note about a bug from the no-recompile-on-sampler-updates change.
Eric Anholt
2012-12-28
1
-0
/
+4
*
mesa: add missing texel fetch code for sRGB DXT formats
Brian Paul
2012-12-26
2
-0
/
+86
*
i965: Fix border color handling for deprecated SNORM formats.
Eric Anholt
2012-12-26
1
-2
/
+29
*
i965: Start using HIZ for Z16 textures.
Eric Anholt
2012-12-26
1
-0
/
+1
*
intel: Use the parent miptree's format for setting up HiZ miptrees.
Eric Anholt
2012-12-26
1
-1
/
+1
*
intel: Remove a couple of dead function prototypes.
Eric Anholt
2012-12-22
1
-5
/
+0
*
i965: Add perf debug for depth/stencil alignment workaround.
Eric Anholt
2012-12-22
1
-0
/
+16
*
i965: Assert that relayout laid out something that won't need it again.
Eric Anholt
2012-12-22
1
-0
/
+6
*
i965: Also fix validation of Z32F_S8 textures.
Eric Anholt
2012-12-22
1
-0
/
+2
*
i965: Fix validation of ETC miptrees.
Eric Anholt
2012-12-22
1
-5
/
+7
*
qi965: Add perf debug for texture relayout.
Eric Anholt
2012-12-22
1
-0
/
+5
*
i965: Fix hiz resolves getting stomped by depth offset validation.
Eric Anholt
2012-12-22
1
-5
/
+5
*
r600g: rename GPU_FLUSH -> INVAL_READ_CACHES
Marek Olšák
2012-12-22
5
-11
/
+11
*
r600g: remove redundant parameter alloc_bo from r600_texture_create_object
Marek Olšák
2012-12-22
1
-6
/
+5
*
Make IsVertexArray() return false before BindVertexArray()
Matt Turner
2012-12-21
2
-4
/
+6
*
Make IsTransformFeedback() return false before BindTransformFeedback()
Matt Turner
2012-12-21
2
-3
/
+11
*
nouveau: deal with tbo cap for now.
Dave Airlie
2012-12-22
3
-0
/
+3
*
r600g: always use a tiled resource as the destination of MSAA resolve
Marek Olšák
2012-12-21
3
-8
/
+16
*
winsys/radeon: the env var RADEON_NOOP can be used to skip CS ioctls
Marek Olšák
2012-12-21
1
-1
/
+4
*
r600g: remove a false comment
Marek Olšák
2012-12-21
1
-1
/
+0
*
r600g: don't suspend TIME_ELAPSED queries during flushing
Marek Olšák
2012-12-21
4
-54
/
+8
*
gallium/tests: fix build breakage after pipe_surface::usage removal
Marek Olšák
2012-12-21
1
-1
/
+0
*
mesa: add bounds checking for uniform array access
Frank Henigman
2012-12-21
1
-13
/
+13
*
util/u_format: Round when converting depth values from float to z16_unorm.
José Fonseca
2012-12-21
1
-1
/
+1
*
r600g: add cs tracing infrastructure for lockup pin pointing
Jerome Glisse
2012-12-20
5
-2
/
+106
*
r600g: add htile support v16
Jerome Glisse
2012-12-20
10
-24
/
+221
*
r600g: rework flusing and synchronization pattern v7
Jerome Glisse
2012-12-20
8
-162
/
+89
*
mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.
Paul Berry
2012-12-20
1
-2
/
+2
*
llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
José Fonseca
2012-12-20
3
-13
/
+1
*
mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.
José Fonseca
2012-12-20
4
-22
/
+79
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
14
-15
/
+15
*
r600g: add assertions to prevent creation of invalid surfaces
Marek Olšák
2012-12-20
3
-16
/
+18
*
r600g: refactor and make streamout dumping more informative
Marek Olšák
2012-12-20
1
-12
/
+21
*
r600g: try to fix streamout for the cases where BURST_COUNT > 0
Marek Olšák
2012-12-20
1
-1
/
+1
*
r600g: lower stream outputs with dst_offset < start_component
Marek Olšák
2012-12-20
1
-7
/
+47
*
r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputs
Marek Olšák
2012-12-20
1
-3
/
+11
*
softpipe: fix up FS variant unbinding / deletion
Brian Paul
2012-12-19
3
-11
/
+9
*
softpipe: fix unreliable FS variant binding bug
Brian Paul
2012-12-19
3
-14
/
+10
*
Revert "r600g: work around ddx over alignment"
Jerome Glisse
2012-12-19
1
-9
/
+3
*
r600g: work around ddx over alignment
Jerome Glisse
2012-12-18
1
-3
/
+9
*
i965: Fix gl_VertexID when there are no other vertex inputs.
Paul Berry
2012-12-18
1
-3
/
+3
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
9
-31
/
+29
*
mesa: Fix corner cases of BindBufferBase with transform feedback.
Paul Berry
2012-12-18
3
-17
/
+68
*
mesa/gles3: Generate error on draw call if transform feedback would overflow.
Paul Berry
2012-12-18
3
-1
/
+80
*
mesa/gles3: Generate error on DrawElements* calls if transform feedback active.
Paul Berry
2012-12-18
1
-0
/
+45
*
mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.
Paul Berry
2012-12-18
3
-12
/
+38
*
mesa: Change args to vbo_count_tessellated_primitives.
Paul Berry
2012-12-18
3
-17
/
+24
*
radeon/llvm: improve cube map handling
Vadim Girlin
2012-12-18
4
-22
/
+84
[prev]
[next]