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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glsl: Use the without_array predicate in some more places
Timothy Arceri
2014-08-19
1
-2
/
+1
*
i965: Flush the RC and TC before doing a fast clear resolve
Kristian Høgsberg
2014-08-19
1
-2
/
+2
*
i965: Enable ARB_conditional_render_inverted on Gen6+.
Chris Forbes
2014-08-20
1
-0
/
+1
*
mesa: Add support for inverted s/w conditional rendering
Chris Forbes
2014-08-20
1
-0
/
+13
*
i965/vec4: Add a pass to reduce swizzles.
Matt Turner
2014-08-19
2
-0
/
+99
*
mesa: fix NULL pointer deref bug in _mesa_drawbuffers()
Brian Paul
2014-08-19
1
-1
/
+1
*
haiku/swrast: Add missing src include search path for missing util/macros.h
Alexander von Gluck IV
2014-08-19
1
-0
/
+1
*
mesa/st: Support ARB_conditional_render_inverted modes
Tobias Klausmann
2014-08-19
2
-1
/
+20
*
mesa: add ARB_conditional_render_inverted flags
Tobias Klausmann
2014-08-19
3
-2
/
+10
*
glapi: add GL_ARB_conditional_render_inverted
Tobias Klausmann
2014-08-19
1
-0
/
+4
*
i965/cfg: Add a foreach_block_and_inst_safe macro.
Matt Turner
2014-08-18
1
-0
/
+4
*
i965/cfg: Add a foreach_inst_in_block_safe macro.
Matt Turner
2014-08-18
1
-0
/
+8
*
i965/cfg: Add a foreach_block_safe macro.
Matt Turner
2014-08-18
1
-0
/
+3
*
i965: Pass a cfg pointer to generate_{code,assembly}.
Matt Turner
2014-08-18
10
-41
/
+39
*
i965: Add and use foreach_block macro.
Matt Turner
2014-08-18
14
-143
/
+119
*
i965/cfg: Embed link in bblock_t for main block list.
Matt Turner
2014-08-18
2
-5
/
+7
*
i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.
Matt Turner
2014-08-18
1
-5
/
+16
*
i965/fs: Optimize gl_FrontFacing calculation on Gen6+.
Matt Turner
2014-08-18
1
-6
/
+15
*
i965: Use ~0 to represent true on Gen >= 6.
Matt Turner
2014-08-18
4
-34
/
+102
*
i965/fs: Optimize emit_bool_to_cond_code for logical exprs.
Matt Turner
2014-08-18
1
-54
/
+87
*
i965: Use UniformBooleanTrue value for boolean literal true.
Matt Turner
2014-08-18
2
-2
/
+6
*
mesa: Upload boolean uniforms using UniformBooleanTrue.
Matt Turner
2014-08-18
1
-2
/
+2
*
i965: Remove dead call to _mesa_associate_uniform_storage().
Matt Turner
2014-08-18
1
-6
/
+0
*
i965: Enable instruction compaction on Gen8+.
Matt Turner
2014-08-18
1
-1
/
+1
*
i965: Add support for compacting 3-src instructions on Gen8.
Matt Turner
2014-08-18
1
-0
/
+185
*
i965: Add support for compacting 1- and 2-src instructions on Gen8.
Matt Turner
2014-08-18
1
-13
/
+35
*
i965/gen8: Add 3-src instruction compaction tables.
Matt Turner
2014-08-18
1
-0
/
+27
*
i965/gen8: Add instruction compaction tables.
Matt Turner
2014-08-18
1
-0
/
+150
*
i965: Update JIP/UIP compaction code to operate on bytes.
Matt Turner
2014-08-18
1
-4
/
+8
*
i965: Reverse condition ordering to let us support other gens.
Matt Turner
2014-08-18
1
-3
/
+3
*
i965/disasm: Add CSEL.
Matt Turner
2014-08-18
1
-0
/
+1
*
mesa: fix copy and paste errors in glBindVertexBuffers
Timothy Arceri
2014-08-19
1
-2
/
+2
*
nouveau: don't keep stale pointer to free'd data
Ilia Mirkin
2014-08-16
1
-0
/
+1
*
mesa: fix compressed_subtexture_error_check() return value
Brian Paul
2014-08-16
1
-3
/
+3
*
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
Brian Paul
2014-08-16
5
-46
/
+61
*
mesa: minor improvements to _mesa_compute_compressed_pixelstore()
Brian Paul
2014-08-16
3
-12
/
+23
*
nouveau: make sure to invalidate any vbo state as well
Ilia Mirkin
2014-08-16
1
-0
/
+1
*
i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stencil/hiz
Jordan Justen
2014-08-15
1
-2
/
+4
*
i965/gen6: Stencil/hiz needs an offset for LOD > 0
Jordan Justen
2014-08-15
2
-3
/
+41
*
i965/gen6: Force tile alignment for each stencil/hiz LOD
Jordan Justen
2014-08-15
1
-3
/
+36
*
i965: Support array_layout == ALL_SLICES_AT_EACH_LOD for multiple LODs
Jordan Justen
2014-08-15
1
-2
/
+19
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
7
-17
/
+35
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
7
-19
/
+73
*
i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface
Jordan Justen
2014-08-15
3
-59
/
+51
*
i965/gen6 fbo: make unmatched depth/stencil configs return unsupported
Jordan Justen
2014-08-15
1
-3
/
+3
*
i965/gen6 blorp depth: calculate base surface width/height
Jordan Justen
2014-08-15
1
-0
/
+13
*
i965/gen6 depth surface: calculate minimum array element being rendered
Jordan Justen
2014-08-15
2
-0
/
+4
*
i965/gen6 depth surface: calculate LOD being rendered to
Jordan Justen
2014-08-15
2
-0
/
+6
*
i965/gen6 depth surface: calculate depth (array size) for depth surface
Jordan Justen
2014-08-15
2
-0
/
+5
*
i965/gen6 depth surface: calculate more specific surface type
Jordan Justen
2014-08-15
2
-0
/
+50
[prev]
[next]