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
...
*
mesa: fix incorrect error for glCompressedSubTexImage
Brian Paul
2012-09-26
1
-3
/
+3
*
gles3: Prohibit set/get of GL_FRAMEBUFFER_SRGB.
Paul Berry
2012-09-25
2
-2
/
+9
*
meta: Properly save/restore GL_FRAMEBUFFER_SRGB in Meta.
Paul Berry
2012-09-25
2
-27
/
+21
*
enable: Create _mesa_set_framebuffer_srgb() function for use by meta ops.
Paul Berry
2012-09-25
2
-3
/
+22
*
intel: Improve teximage perf for Google Chrome paint rects (v3)
Chad Versace
2012-09-25
3
-0
/
+186
*
mesa: remove 'struct' from texenv_fragment_program
Brian Paul
2012-09-25
1
-13
/
+13
*
i965: Allow fast depth clears if scissoring doesn't do anything.
Kenneth Graunke
2012-09-25
1
-1
/
+13
*
i965: Don't spill "smeared" registers.
Paul Berry
2012-09-25
1
-0
/
+15
*
i965/blorp: Fix sRGB MSAA resolves.
Paul Berry
2012-09-24
2
-8
/
+19
*
mesa: add signbit() macro
Brian Paul
2012-09-24
1
-0
/
+7
*
Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNS
Matt Turner
2012-09-24
1
-19
/
+2
*
i965/blorp: Increase Y alignment for multisampled stencil blits.
Paul Berry
2012-09-24
1
-2
/
+7
*
st/mesa: check for zero-size image in st_TestProxyTexImage()
Brian Paul
2012-09-24
1
-0
/
+5
*
mesa: Silence narrowing warnings in ff_fragment_shader's emit_texenv().
Kenneth Graunke
2012-09-23
1
-4
/
+4
*
meta: Add on demand compilation of per target shader programs
Anuj Phogat
2012-09-21
1
-57
/
+84
*
i965/blorp: Fix narrowing warnings.
Paul Berry
2012-09-21
1
-3
/
+3
*
i965: Remove brw_set_predicate_inverse(p, true) from scratch offset code
Kenneth Graunke
2012-09-21
1
-1
/
+0
*
mesa: Don't override S3TC internalFormat if data is pre-compressed.
Kenneth Graunke
2012-09-20
1
-1
/
+1
*
i965/blorp: Add support for blits between SRGB and linear formats.
Kenneth Graunke
2012-09-20
2
-4
/
+8
*
mesa: Ignore SRGB when determining compatible resolve formats.
Kenneth Graunke
2012-09-20
1
-1
/
+2
*
mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXT
Ian Romanick
2012-09-20
1
-0
/
+12
*
ra: Add q_values parameter to ra_set_finalize()
Tom Stellard
2012-09-19
4
-4
/
+17
*
ra: Clarify usage of ra_set_node_reg()
Tom Stellard
2012-09-19
1
-0
/
+2
*
Revert "mesa: consolidate subtexture x/y/width/height error checking code"
Brian Paul
2012-09-19
1
-73
/
+84
*
Revert "more comment"
Brian Paul
2012-09-19
1
-2
/
+4
*
Revert "mesa: clean-up and fix glCompressedTexSubImage error checking"
Brian Paul
2012-09-19
1
-81
/
+64
*
mesa: clean-up and fix glCompressedTexSubImage error checking
Brian Paul
2012-09-19
1
-64
/
+81
*
more comment
Brian Paul
2012-09-19
1
-4
/
+2
*
mesa: consolidate subtexture x/y/width/height error checking code
Brian Paul
2012-09-19
1
-84
/
+73
*
st/mesa: implement new proxy texture code
Brian Paul
2012-09-17
2
-1
/
+73
*
mesa: take cube faces into account in _mesa_test_proxy_teximage()
Brian Paul
2012-09-17
1
-0
/
+1
*
mesa: handle GL_PROXY_TEXTURE_CUBE_MAP in _mesa_num_tex_faces()
Brian Paul
2012-09-17
1
-1
/
+7
*
mesa: move/fix levels check for glTexStorage()
Brian Paul
2012-09-17
1
-8
/
+8
*
mesa: rewrite glTexStorage() code
Brian Paul
2012-09-17
1
-74
/
+79
*
mesa: rework texture size error checking
Brian Paul
2012-09-17
4
-225
/
+161
*
mesa: refactor _mesa_test_proxy_teximage() code
Brian Paul
2012-09-17
2
-30
/
+56
*
mesa: move glTexImage 'level' error checking
Brian Paul
2012-09-17
1
-22
/
+10
*
mesa: change create_version_string() return type to void
Brian Paul
2012-09-17
1
-1
/
+1
*
glsl: make _mesa_builtin_uniform_desc static
Dave Airlie
2012-09-18
1
-2
/
+0
*
main/version: consolodate version string creation for ES/Desktop GL
Jordan Justen
2012-09-17
1
-34
/
+24
*
i965: Stop putting 8 NOPs after each prorgam.
Eric Anholt
2012-09-17
1
-8
/
+0
*
i965: Test instruction compaction on gen7
Eric Anholt
2012-09-17
2
-10
/
+23
*
i965: Add support for instruction compaction on Gen7.
Kenneth Graunke
2012-09-17
3
-33
/
+220
*
i965: Support instruction compaction between control flow.
Eric Anholt
2012-09-17
1
-28
/
+92
*
i965: Add support for instruction compaction.
Eric Anholt
2012-09-17
10
-8
/
+946
*
i965: Prepare the break/cont uip/jip setting for compacted instructions.
Eric Anholt
2012-09-17
1
-14
/
+43
*
i965: Move program dump to a helper function in brw_eu.c.
Eric Anholt
2012-09-17
7
-55
/
+40
*
i965: Make a linkable library for the contents of i965_dri.so.
Eric Anholt
2012-09-17
2
-5
/
+13
*
dri: Reuse dri_test.c for stub glapi symbols for unit testing.
Eric Anholt
2012-09-17
2
-1
/
+9
*
i965: Clear brw_compile on setup.
Eric Anholt
2012-09-17
1
-0
/
+2
[prev]
[next]