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
...
*
meta: Allocate texture before initializing texture coordinates
Anuj Phogat
2013-03-05
1
-9
/
+8
*
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2013-03-05
2
-2
/
+2
*
i965/fs: Fix broken math on values loaded from uniform buffers on gen6.
Eric Anholt
2013-03-05
1
-0
/
+1
*
r600g/Cayman: Fix blending using destination alpha factor but non-alpha dest
Michel Dänzer
2013-03-05
1
-4
/
+9
*
i965/fs: Only do CSE when the dst types match.
Eric Anholt
2013-03-05
1
-1
/
+2
*
i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.
Eric Anholt
2013-03-05
3
-27
/
+66
*
i965/fs: Fix copy propagation with smearing.
Eric Anholt
2013-03-05
1
-1
/
+2
*
st/xlib: initialize the drawable size in create_xmesa_buffer()
Brian Paul
2013-03-05
1
-2
/
+1
*
st/mesa: implement glBitmap unpacking from a PBO, for the cache path
Brian Paul
2013-03-05
1
-2
/
+11
*
draw: fix non-perspective interpolation in interp()
Brian Paul
2013-03-05
1
-3
/
+8
*
r600g/llvm: Add support for UBO
Vincent Lejeune
2013-03-05
2
-1
/
+22
*
i965/fs: Do a general SEND dependency workaround for the original 965.
Eric Anholt
2013-03-05
3
-42
/
+229
*
mesa: Modify candidate search string
Ian Romanick
2013-03-05
1
-1
/
+1
*
mesa: Add previously picked commit to .cherry-ignore
Ian Romanick
2013-03-05
1
-0
/
+1
*
radeonsi: Fix up and enable flat shading.
Michel Dänzer
2013-03-04
4
-22
/
+5
*
vdpau-softpipe: Build correct source file - vl_winsys_xsp.c
Jakub Bogusz
2013-03-03
1
-1
/
+1
*
winsys/radeon: Only add bo to hash table when creating flink
Martin Andersson
2013-03-01
1
-4
/
+4
*
r600g: workaround hyperz lockup on evergreen
Jerome Glisse
2013-02-28
4
-2
/
+23
*
gbm: Remember to init format on gbm_dri_bo_create.
Daniel van Vugt
2013-02-27
1
-0
/
+2
*
docs: insert links to the 9.0.3 release
Brian Paul
2013-02-25
2
-0
/
+9
*
docs: add news item for 9.1 release
Andreas Boll
2013-02-25
1
-0
/
+9
*
docs: Add 9.1 release md5sums
Andreas Boll
2013-02-25
1
-1
/
+3
*
docs: remove stray 'date' text
Brian Paul
2013-02-23
1
-1
/
+1
*
docs: Update relelase notes
mesa-9.1
Ian Romanick
2013-02-22
1
-1
/
+2
*
mesa: Bump version to 9.1 (final)
Ian Romanick
2013-02-22
2
-2
/
+2
*
i965: Enable OpenGL ES 3.0 on Sandy Bridge
Ian Romanick
2013-02-22
1
-1
/
+1
*
r600g: fixup PS_PARTIAL_FLUSH flag handling for cayman
Alex Deucher
2013-02-22
1
-7
/
+6
*
r600g: r6xx deadlock workaround (v6)
Alex Deucher
2013-02-22
1
-0
/
+6
*
r600g: add PS_PARTIAL_FLUSH flag
Alex Deucher
2013-02-22
2
-0
/
+6
*
configure: Fix build with automake < 1.11
Lauri Kasanen
2013-02-22
1
-1
/
+2
*
radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware format
Michel Dänzer
2013-02-22
1
-1
/
+1
*
radeonsi: Use stencil surface level information for stencil texturing
Michel Dänzer
2013-02-22
2
-7
/
+10
*
radeonsi: properly implement S8Z24 depth-stencil format
Michel Dänzer
2013-02-22
1
-29
/
+66
*
radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.
Michel Dänzer
2013-02-22
1
-0
/
+8
*
radeonsi: Fix blending using destination alpha factor but non-alpha destination
Michel Dänzer
2013-02-22
1
-3
/
+5
*
radeonsi: implement 3D transfers
Marek Olšák
2013-02-22
1
-20
/
+29
*
radeonsi: add assertions to prevent creation of invalid surfaces
Marek Olšák
2013-02-22
3
-15
/
+18
*
radeonsi: use u_box_origin_2d helper function
Marek Olšák
2013-02-22
1
-5
/
+2
*
st/mesa: don't do sRGB conversion in CopyTexSubImage
Marek Olšák
2013-02-22
1
-2
/
+2
*
r600g: fix random corruption with CP DMA in TF2
Marek Olšák
2013-02-22
1
-0
/
+3
*
llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targets
Andreas Boll
2013-02-22
1
-5
/
+12
*
targets/xa-vmwgfx: Force c++ linker to fix undefined symbols
Andreas Boll
2013-02-22
1
-0
/
+2
*
r300g/compiler: Fix bug in OMOD folding
Tom Stellard
2013-02-21
3
-1
/
+77
*
r300g/tests: Add helper functions for creating a full program
Tom Stellard
2013-02-21
2
-8
/
+75
*
r300g/tests: Exit test runner with a valid status code
Tom Stellard
2013-02-21
5
-6
/
+22
*
r300g/complier: Make r300_vertprog_swizzle_caps visible in other files
Tom Stellard
2013-02-21
2
-1
/
+3
*
r300g/compiler: Add missing license headers
Tom Stellard
2013-02-21
13
-1
/
+339
*
r600g: don't enable ReZ mode on evergreen
Alex Deucher
2013-02-21
1
-1
/
+4
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
3
-9
/
+16
*
DRI2: Don't disable GLX_INTEL_swap_event unconditionally
Zack Rusin
2013-02-19
1
-3
/
+12
[prev]
[next]