summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-01rbug: Update for PIPE_THREAD_ROUTINE returning 0.c11-threadsJosé Fonseca1-1/+1
2013-05-01egl: Use C11 thread abstractions.José Fonseca1-22/+8
2013-05-01mapi: Use C11 thread abstractions.José Fonseca1-152/+13
2013-05-01gallium: Use C11 threads.h.José Fonseca5-234/+36
2013-05-01c11: Import threads.h emulation library.José Fonseca3-0/+990
2013-05-01os: Remove pipe_static_condvar.José Fonseca1-12/+0
2013-05-01swrast: add casts for ImageSlices pointer arithmeticBrian Paul2-4/+4
2013-05-01ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERSChia-I Wu1-0/+2
2013-05-01ilo: enable SO support on GEN7Chia-I Wu1-3/+4
2013-05-01ilo: reset SO write offsets for new SO targetsChia-I Wu1-6/+15
2013-05-01ilo: correctly program SO states for GEN7Chia-I Wu1-7/+46
2013-05-01ilo: implement GEN7 SO GPE functionsChia-I Wu3-40/+150
2013-05-01ilo: add gen6_pipeline_update_max_svbi()Chia-I Wu2-13/+35
2013-05-01ilo: expose register indices of OUTs in ilo_shaderChia-I Wu4-4/+30
2013-05-01ilo: allow one-off flags to be specified for CPChia-I Wu2-0/+15
2013-05-01ilo: fix tiling/size for special-purpose resourcesChia-I Wu1-2/+30
2013-05-01ilo: use UMS layout for render targetsChia-I Wu4-19/+117
2013-05-01ilo: support and prefer compact array spacingChia-I Wu4-15/+77
2013-05-01ilo: move device limits to ilo_dev_info or to GPEsChia-I Wu10-96/+127
2013-05-01ilo: use ilo_dev_info in toy compilerChia-I Wu10-33/+33
2013-05-01ilo: use ilo_dev_info in GPE and 3D pipelineChia-I Wu12-597/+587
2013-05-01ilo: add ilo_dev_info shared by the screen and contextsChia-I Wu9-51/+71
2013-05-01ilo: fix indentation of ilo_gpe_gen*.hChia-I Wu2-258/+258
2013-04-30glsl: Ignore redundant prototypes after a function's been defined.Kenneth Graunke1-4/+11
2013-04-30docs: Import 9.1.2 release notes, add news item.Ian Romanick3-0/+244
2013-04-30build: Remove libws_xlib.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner1-4/+0
2013-04-30build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner4-1/+3
2013-04-30build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2-5/+0
2013-04-30build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS.Matt Turner4-1/+3
2013-04-30build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner2-3/+3
2013-04-30configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro.Matt Turner1-1/+0
2013-04-30i965: Stop passing num_samples to intel_miptree_alloc_hiz().Paul Berry3-8/+6
2013-04-27draw: don't crash if GS doesn't emit anythingZack Rusin2-0/+18
2013-04-30i965: Implement color clears using a simple shader in blorp.Eric Anholt8-14/+344
2013-04-30mesa: Make a Mesa core function for sRGB render encoding handling.Eric Anholt4-41/+36
2013-04-30i965: Don't flush the batch at the end of blorp.Eric Anholt3-18/+19
2013-04-30r600g/sb: remove unused codeVadim Girlin2-34/+0
2013-04-30r600g/sb: collect shader statisticsVadim Girlin5-8/+162
2013-04-30r600g/sb: don't propagate dead values in GVN passVadim Girlin1-0/+3
2013-04-30r600g/sb: use simple heuristic to limit register pressureVadim Girlin2-3/+33
2013-04-30r600g/sb: improve error checking in ra_coalesce passVadim Girlin2-14/+27
2013-04-30r600g/sb: use source bytecode in case of optimization errorsVadim Girlin5-11/+25
2013-04-30r600g: plug in optimizing backendVadim Girlin8-3/+155
2013-04-30r600g/sb: initial commit of the optimizing shader backendVadim Girlin35-0/+17498
2013-04-30r600g: use enum type for domains field in struct r600_resourceVadim Girlin1-1/+1
2013-04-30r600g: add new flags to isa instruction tablesVadim Girlin1-116/+127
2013-04-30r600g: always create reverse lookup isa tablesVadim Girlin1-10/+2
2013-04-30r600g: mask unused source components for SAMPLEVadim Girlin1-0/+20
2013-04-30intel: Remove the last spans code!Eric Anholt11-148/+6
2013-04-30intel: Move the S8 offset calc function near its remaining usage.Eric Anholt3-58/+56