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
*
xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute values
Brian Paul
2013-01-04
1
-0
/
+14
*
i965: Fix glCompressedTexSubImage2D offsets for ETC textures.
Paul Berry
2013-01-04
1
-0
/
+3
*
st/mesa: fix assertion failures with 2101010 vertex formats
Marek Olšák
2013-01-04
1
-3
/
+4
*
st/mesa: accelerate CopyTexSubImage for 1D array textures
Marek Olšák
2013-01-04
1
-26
/
+66
*
st/mesa: fix CopyTexSubImage fallback for 1D array textures
Marek Olšák
2013-01-04
3
-17
/
+42
*
st/mesa: fix GetTexImage for compressed 2D array textures
Marek Olšák
2013-01-04
1
-23
/
+32
*
st/mesa: try to find the format matching format+type in decompressed_with_blit
Marek Olšák
2013-01-04
1
-19
/
+50
*
st/mesa: fix GetTexImage for compressed cubemaps
Marek Olšák
2013-01-04
1
-1
/
+1
*
mesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImage
Marek Olšák
2013-01-04
1
-0
/
+2
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
4
-8
/
+16
*
i965: Replace structs with bit-shifting for Gen7 SURFACE_STATE entries.
Kenneth Graunke
2013-01-03
6
-360
/
+252
*
radeon/r200: Fix tcl culling
smoki
2013-01-03
2
-18
/
+8
*
i965: Add break statement at end of BRW_OPCODE_CONTINUE case.
Vinson Lee
2013-01-02
1
-0
/
+1
*
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSamplerParameter*
Matt Turner
2013-01-02
1
-0
/
+8
*
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*
Matt Turner
2013-01-02
1
-0
/
+8
*
mesa: Mark _mesa_{init,delete}_sampler_object as static
Matt Turner
2013-01-02
2
-9
/
+2
*
mesa: Implement compressed 2D array textures.
Paul Berry
2013-01-02
2
-30
/
+40
*
mesa: Fix error reporting in _mesa_invalidate_pbo_{compressed_,}teximage.
Paul Berry
2013-01-02
4
-10
/
+16
*
mesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()
Brian Paul
2013-01-02
1
-2
/
+3
*
glsl: add cast to silence signed/unsigned comparision warning
Brian Paul
2013-01-01
1
-1
/
+1
*
xlib: handle _mesa_initialize_visual()'s return value
Brian Paul
2012-12-31
1
-9
/
+12
*
i965: Fail to blit rather than assert on invalid pitch requirements.
Kenneth Graunke
2012-12-29
1
-2
/
+2
*
intel: Skip texture validation logic when nothing has changed.
Eric Anholt
2012-12-28
5
-2
/
+30
*
intel: Turn a test in miptree_match_image into an assert.
Eric Anholt
2012-12-28
1
-2
/
+5
*
i965: Stop making a copy of non-builtin uniforms in ParameterValues[].
Eric Anholt
2012-12-28
1
-3
/
+0
*
i965: Consistently use nr_pull_params instead of NumParameters.
Eric Anholt
2012-12-28
2
-4
/
+3
*
i965/vs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2012-12-28
2
-54
/
+35
*
i965/fs: Reference the core GL uniform storage for non-builtin uniforms.
Eric Anholt
2012-12-28
3
-44
/
+30
*
i965/fs: Remove the param_index/param_offset indirection.
Eric Anholt
2012-12-28
4
-46
/
+10
*
i965: Add asserts to check that we don't realloc ParameterValues.
Eric Anholt
2012-12-28
4
-0
/
+19
*
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
*
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
*
mesa: add bounds checking for uniform array access
Frank Henigman
2012-12-21
1
-13
/
+13
*
mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.
Paul Berry
2012-12-20
1
-2
/
+2
*
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
1
-2
/
+2
[next]