index
:
~jrfonseca/mesa
c11-threads
c11-threads-dummy
gl-rasterization-rules
llvmpipe-duma
pmaddubsw
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-01
rbug: Update for PIPE_THREAD_ROUTINE returning 0.
c11-threads
José Fonseca
1
-1/+1
2013-05-01
egl: Use C11 thread abstractions.
José Fonseca
1
-22/+8
2013-05-01
mapi: Use C11 thread abstractions.
José Fonseca
1
-152/+13
2013-05-01
gallium: Use C11 threads.h.
José Fonseca
5
-234/+36
2013-05-01
c11: Import threads.h emulation library.
José Fonseca
3
-0/+990
2013-05-01
os: Remove pipe_static_condvar.
José Fonseca
1
-12/+0
2013-05-01
swrast: add casts for ImageSlices pointer arithmetic
Brian Paul
2
-4/+4
2013-05-01
ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
Chia-I Wu
1
-0/+2
2013-05-01
ilo: enable SO support on GEN7
Chia-I Wu
1
-3/+4
2013-05-01
ilo: reset SO write offsets for new SO targets
Chia-I Wu
1
-6/+15
2013-05-01
ilo: correctly program SO states for GEN7
Chia-I Wu
1
-7/+46
2013-05-01
ilo: implement GEN7 SO GPE functions
Chia-I Wu
3
-40/+150
2013-05-01
ilo: add gen6_pipeline_update_max_svbi()
Chia-I Wu
2
-13/+35
2013-05-01
ilo: expose register indices of OUTs in ilo_shader
Chia-I Wu
4
-4/+30
2013-05-01
ilo: allow one-off flags to be specified for CP
Chia-I Wu
2
-0/+15
2013-05-01
ilo: fix tiling/size for special-purpose resources
Chia-I Wu
1
-2/+30
2013-05-01
ilo: use UMS layout for render targets
Chia-I Wu
4
-19/+117
2013-05-01
ilo: support and prefer compact array spacing
Chia-I Wu
4
-15/+77
2013-05-01
ilo: move device limits to ilo_dev_info or to GPEs
Chia-I Wu
10
-96/+127
2013-05-01
ilo: use ilo_dev_info in toy compiler
Chia-I Wu
10
-33/+33
2013-05-01
ilo: use ilo_dev_info in GPE and 3D pipeline
Chia-I Wu
12
-597/+587
2013-05-01
ilo: add ilo_dev_info shared by the screen and contexts
Chia-I Wu
9
-51/+71
2013-05-01
ilo: fix indentation of ilo_gpe_gen*.h
Chia-I Wu
2
-258/+258
2013-04-30
glsl: Ignore redundant prototypes after a function's been defined.
Kenneth Graunke
1
-4/+11
2013-04-30
docs: Import 9.1.2 release notes, add news item.
Ian Romanick
3
-0/+244
2013-04-30
build: Remove libws_xlib.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
1
-4/+0
2013-04-30
build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
4
-1/+3
2013-04-30
build: Remove HAVE_PIPE_LOADER_SW.
Matt Turner
2
-5/+0
2013-04-30
build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.
Matt Turner
4
-1/+3
2013-04-30
build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
Matt Turner
2
-3/+3
2013-04-30
configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.
Matt Turner
1
-1/+0
2013-04-30
i965: Stop passing num_samples to intel_miptree_alloc_hiz().
Paul Berry
3
-8/+6
2013-04-27
draw: don't crash if GS doesn't emit anything
Zack Rusin
2
-0/+18
2013-04-30
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
8
-14/+344
2013-04-30
mesa: Make a Mesa core function for sRGB render encoding handling.
Eric Anholt
4
-41/+36
2013-04-30
i965: Don't flush the batch at the end of blorp.
Eric Anholt
3
-18/+19
2013-04-30
r600g/sb: remove unused code
Vadim Girlin
2
-34/+0
2013-04-30
r600g/sb: collect shader statistics
Vadim Girlin
5
-8/+162
2013-04-30
r600g/sb: don't propagate dead values in GVN pass
Vadim Girlin
1
-0/+3
2013-04-30
r600g/sb: use simple heuristic to limit register pressure
Vadim Girlin
2
-3/+33
2013-04-30
r600g/sb: improve error checking in ra_coalesce pass
Vadim Girlin
2
-14/+27
2013-04-30
r600g/sb: use source bytecode in case of optimization errors
Vadim Girlin
5
-11/+25
2013-04-30
r600g: plug in optimizing backend
Vadim Girlin
8
-3/+155
2013-04-30
r600g/sb: initial commit of the optimizing shader backend
Vadim Girlin
35
-0/+17498
2013-04-30
r600g: use enum type for domains field in struct r600_resource
Vadim Girlin
1
-1/+1
2013-04-30
r600g: add new flags to isa instruction tables
Vadim Girlin
1
-116/+127
2013-04-30
r600g: always create reverse lookup isa tables
Vadim Girlin
1
-10/+2
2013-04-30
r600g: mask unused source components for SAMPLE
Vadim Girlin
1
-0/+20
2013-04-30
intel: Remove the last spans code!
Eric Anholt
11
-148/+6
2013-04-30
intel: Move the S8 offset calc function near its remaining usage.
Eric Anholt
3
-58/+56
[next]