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
*
ilo: use ilo_dev_info in toy compiler
Chia-I Wu
2013-05-01
10
-33
/
+33
*
ilo: use ilo_dev_info in GPE and 3D pipeline
Chia-I Wu
2013-05-01
12
-597
/
+587
*
ilo: add ilo_dev_info shared by the screen and contexts
Chia-I Wu
2013-05-01
9
-51
/
+71
*
ilo: fix indentation of ilo_gpe_gen*.h
Chia-I Wu
2013-05-01
2
-258
/
+258
*
glsl: Ignore redundant prototypes after a function's been defined.
Kenneth Graunke
2013-04-30
1
-4
/
+11
*
docs: Import 9.1.2 release notes, add news item.
Ian Romanick
2013-04-30
3
-0
/
+244
*
build: Remove libws_xlib.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
1
-4
/
+0
*
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
4
-1
/
+3
*
build: Remove HAVE_PIPE_LOADER_SW.
Matt Turner
2013-04-30
2
-5
/
+0
*
build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
2013-04-30
4
-1
/
+3
*
build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
Matt Turner
2013-04-30
2
-3
/
+3
*
configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.
Matt Turner
2013-04-30
1
-1
/
+0
*
i965: Stop passing num_samples to intel_miptree_alloc_hiz().
Paul Berry
2013-04-30
3
-8
/
+6
*
draw: don't crash if GS doesn't emit anything
Zack Rusin
2013-04-27
2
-0
/
+18
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
8
-14
/
+344
*
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
2013-04-30
4
-41
/
+36
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
3
-18
/
+19
*
r600g/sb: remove unused code
Vadim Girlin
2013-04-30
2
-34
/
+0
*
r600g/sb: collect shader statistics
Vadim Girlin
2013-04-30
5
-8
/
+162
*
r600g/sb: don't propagate dead values in GVN pass
Vadim Girlin
2013-04-30
1
-0
/
+3
*
r600g/sb: use simple heuristic to limit register pressure
Vadim Girlin
2013-04-30
2
-3
/
+33
*
r600g/sb: improve error checking in ra_coalesce pass
Vadim Girlin
2013-04-30
2
-14
/
+27
*
r600g/sb: use source bytecode in case of optimization errors
Vadim Girlin
2013-04-30
5
-11
/
+25
*
r600g: plug in optimizing backend
Vadim Girlin
2013-04-30
8
-3
/
+155
*
r600g/sb: initial commit of the optimizing shader backend
Vadim Girlin
2013-04-30
35
-0
/
+17498
*
r600g: use enum type for domains field in struct r600_resource
Vadim Girlin
2013-04-30
1
-1
/
+1
*
r600g: add new flags to isa instruction tables
Vadim Girlin
2013-04-30
1
-116
/
+127
*
r600g: always create reverse lookup isa tables
Vadim Girlin
2013-04-30
1
-10
/
+2
*
r600g: mask unused source components for SAMPLE
Vadim Girlin
2013-04-30
1
-0
/
+20
*
intel: Remove the last spans code!
Eric Anholt
2013-04-30
11
-148
/
+6
*
intel: Move the S8 offset calc function near its remaining usage.
Eric Anholt
2013-04-30
3
-58
/
+56
*
intel: Ensure renderbuffers are current when mapping them.
Eric Anholt
2013-04-30
1
-6
/
+1
*
mesa: Add a clarifying comment about rowStride of compressed textures.
Eric Anholt
2013-04-30
1
-1
/
+3
*
mesa: Remove the Map field from texture images.
Eric Anholt
2013-04-30
1
-1
/
+0
*
swrast: Always use MapTextureImage for mapping textures for swrast.
Eric Anholt
2013-04-30
11
-300
/
+64
*
nouveau: Replace swrast_texture_image->Map usage with ->Buffer.
Eric Anholt
2013-04-30
1
-3
/
+1
*
nouveau: Just use MapTextureImage instead of duplicating the logic.
Eric Anholt
2013-04-30
1
-81
/
+18
*
swrast: Make a teximage's stored RowStride be in terms of bytes per row.
Eric Anholt
2013-04-30
6
-9
/
+30
*
swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].
Eric Anholt
2013-04-30
3
-8
/
+8
*
swrast: Replace ImageOffsets with an ImageSlices pointer.
Eric Anholt
2013-04-30
13
-185
/
+123
*
swrast: Reuse _swrast_free_texture_image_buffer from drivers.
Eric Anholt
2013-04-30
2
-15
/
+2
*
swrast: Move ImageOffsets allocation to shared code.
Eric Anholt
2013-04-30
4
-44
/
+17
*
swrast: Clean up and explain the mapping process.
Eric Anholt
2013-04-30
2
-10
/
+17
*
swrast: Factor out texture slice counting.
Eric Anholt
2013-04-30
1
-4
/
+12
*
radeon: Remove some dead teximage mapping code.
Eric Anholt
2013-04-30
2
-52
/
+0
*
radeon: Add missing swrast field initialization.
Eric Anholt
2013-04-30
1
-0
/
+3
*
r600g/llvm: Fix opencl build
Vincent Lejeune
2013-04-30
1
-1
/
+1
*
Gallium: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
Mapi: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
Mesa: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
[next]