index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-25
docs: add news item for mesa-demos 8.1.0 release
Andreas Boll
1
-0
/
+9
2013-02-25
docs: import release notes for 9.1, add news item
Andreas Boll
2
-2
/
+14
2013-02-23
glsl: Remove VS output varyings which are optimized out of the FS
Jordan Justen
1
-1
/
+18
2013-02-23
vl: Fix off-by-one error in device_name_length allocation.
Vinson Lee
1
-2
/
+1
2013-02-23
llvmpipe: Fix creation of shared and scanout textures.
John Kåre Alsaker
1
-1
/
+3
2013-02-23
util/u_blitter: Set pipe_sampler_state::normalized_coords correctly.
José Fonseca
1
-4
/
+22
2013-02-23
svga: remove some extraneous whitespace
Brian Paul
1
-8
/
+0
2013-02-23
st/mesa: fix debug_printf() format string warning
Brian Paul
1
-1
/
+1
2013-02-23
util/dump: Use static assertion to detect string table size mismatches.
José Fonseca
1
-1
/
+18
2013-02-22
st/xvmc/tests: Ensure colorkey is initialized.
Vinson Lee
1
-0
/
+4
2013-02-22
st/vdpau: Fix memory leak in vlVdpBitmapSurfaceCreate.
Vinson Lee
1
-0
/
+1
2013-02-22
st/vdpau: Fix memory leak in vlVdpOutputSurfaceCreate.
Vinson Lee
1
-0
/
+1
2013-02-22
glapi: mark static_dispatch false for DiscardFramebufferEXT
Tapani Pälli
1
-1
/
+2
2013-02-22
llvmpipe: rename polygon offset fields to something more specific
Brian Paul
2
-8
/
+11
2013-02-22
llvmpipe: add missing checks for polygon offset point/line modes
Brian Paul
1
-0
/
+6
2013-02-22
draw: fix broken polygon offset stage
Brian Paul
1
-3
/
+37
2013-02-22
st/mesa: fix polygon offset state translation logic
Brian Paul
1
-7
/
+3
2013-02-22
st/mesa: check for dummy programs in destroy_program_variants()
Brian Paul
1
-1
/
+1
2013-02-22
st/mesa: fix trimming of GL_QUAD_STRIP
Brian Paul
1
-1
/
+1
2013-02-22
r600g: fixup PS_PARTIAL_FLUSH flag handling for cayman
Alex Deucher
1
-7
/
+6
2013-02-22
r600g: r6xx deadlock workaround (v6)
Alex Deucher
1
-0
/
+6
2013-02-22
r600g: add PS_PARTIAL_FLUSH flag
Alex Deucher
2
-0
/
+6
2013-02-22
i965: Enable OpenGL ES 3.0 on Sandy Bridge
Ian Romanick
1
-1
/
+1
2013-02-22
configure: Fix build with automake < 1.11
Lauri Kasanen
1
-1
/
+2
2013-02-22
meta: Allocate texture before initializing texture coordinates
Anuj Phogat
1
-9
/
+8
2013-02-22
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2
-2
/
+2
2013-02-22
i965/fs: Fix broken math on values loaded from uniform buffers on gen6.
Eric Anholt
1
-0
/
+1
2013-02-22
tgsi: Improve execution debugging.
José Fonseca
1
-5
/
+24
2013-02-22
util/u_dump: Update texture target strings.
José Fonseca
1
-2
/
+10
2013-02-22
util/debug: Always use __builtin_frame_address on gcc.
Sergey Matyukevich
1
-4
/
+1
2013-02-22
radeon/llvm: Remove stale comment about radeon_llvm_emit_prepare_cube_coords
Michel Dänzer
1
-1
/
+0
2013-02-22
r600g: fix random corruption with CP DMA in TF2
Marek Olšák
1
-0
/
+3
2013-02-22
radeonsi: Don't pretend there is any R8G8B8 support
Michel Dänzer
1
-1
/
+0
2013-02-22
llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targets
Andreas Boll
1
-5
/
+12
2013-02-22
targets/xa-vmwgfx: Force c++ linker to fix undefined symbols
Andreas Boll
1
-0
/
+2
2013-02-22
llvmpipe: Fix rendering into PIPE_FORMAT_X8*_UNORM.
Roland Scheidegger
1
-15
/
+31
2013-02-22
trace: Never close stdout/stderr.
José Fonseca
1
-2
/
+9
2013-02-22
trace: Fix set_constant_buffer dumping.
José Fonseca
1
-2
/
+2
2013-02-21
r600g: Fix memory leak in r600_shader_select.
Vinson Lee
1
-0
/
+1
2013-02-22
llvmpipe: simplify buffer allocation logic.
Roland Scheidegger
1
-7
/
+5
2013-02-22
gallium/docs: improve text about resources a bit.
Roland Scheidegger
1
-29
/
+33
2013-02-22
draw: make sure key size is calculated consistently.
Roland Scheidegger
1
-5
/
+9
2013-02-21
r300g/compiler: Fix bug in OMOD folding
Tom Stellard
3
-1
/
+77
2013-02-21
r300g/tests: Add helper functions for creating a full program
Tom Stellard
2
-8
/
+75
2013-02-21
r300g/tests: Exit test runner with a valid status code
Tom Stellard
5
-6
/
+22
2013-02-21
r300g/complier: Make r300_vertprog_swizzle_caps visible in other files
Tom Stellard
2
-1
/
+3
2013-02-21
r300g/compiler: Fix typo in comment
Tom Stellard
1
-1
/
+1
2013-02-21
r300g/compiler: Add missing license headers
Tom Stellard
13
-1
/
+339
2013-02-21
i965: Avoid segfault in gen6_upload_state
Carl Worth
1
-1
/
+1
2013-02-21
r600g: don't enable ReZ mode on evergreen
Alex Deucher
1
-1
/
+4
[next]