summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-20r600g: add htile support v16Jerome Glisse10-24/+221
2012-12-20r600g: rework flusing and synchronization pattern v7Jerome Glisse8-162/+89
2012-12-20mesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.Paul Berry1-2/+2
2012-12-20llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca3-13/+1
2012-12-20mesa/st: Implement GL_TIME_ELAPSED w/ PIPE_QUERY_TIMESTAMP.José Fonseca4-22/+79
2012-12-20gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca14-15/+15
2012-12-20r600g: add assertions to prevent creation of invalid surfacesMarek Olšák3-16/+18
2012-12-20r600g: refactor and make streamout dumping more informativeMarek Olšák1-12/+21
2012-12-20r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák1-1/+1
2012-12-20r600g: lower stream outputs with dst_offset < start_componentMarek Olšák1-7/+47
2012-12-20r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputsMarek Olšák1-3/+11
2012-12-19softpipe: fix up FS variant unbinding / deletionBrian Paul3-11/+9
2012-12-19softpipe: fix unreliable FS variant binding bugBrian Paul3-14/+10
2012-12-19Revert "r600g: work around ddx over alignment"Jerome Glisse1-9/+3
2012-12-18r600g: work around ddx over alignmentJerome Glisse1-3/+9
2012-12-18i965: Fix gl_VertexID when there are no other vertex inputs.Paul Berry1-3/+3
2012-12-18mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry9-31/+29
2012-12-18mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry3-17/+68
2012-12-18mesa/gles3: Generate error on draw call if transform feedback would overflow.Paul Berry3-1/+80
2012-12-18mesa/gles3: Generate error on DrawElements* calls if transform feedback active.Paul Berry1-0/+45
2012-12-18mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry3-12/+38
2012-12-18mesa: Change args to vbo_count_tessellated_primitives.Paul Berry3-17/+24
2012-12-18radeon/llvm: improve cube map handlingVadim Girlin4-22/+84
2012-12-18radeon/llvm: fix TXQ_LZ handling for cube mapsVadim Girlin1-2/+4
2012-12-18r600g: initialize inst_mod in r600_tex_from_byte_streamVadim Girlin1-0/+2
2012-12-18gallivm: fix conversion for pure integer formatsRoland Scheidegger1-0/+1
2012-12-17glsl: Fix gl_context vs. ralloc context in check_version again, again.Kenneth Graunke1-2/+2
2012-12-17vega: fix for object handle leakAndreas Pokorny4-1/+8
2012-12-17wmesa: include version.h to silence warningBrian Paul1-0/+1
2012-12-17xlib: include headers to fix errors/warningsBrian Paul1-0/+2
2012-12-17mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen2-8/+8
2012-12-17gallivm: fix texel fetch for array textures (2)Roland Scheidegger1-2/+3
2012-12-16mesa: assert if driver did not compute the versionJordan Justen3-1/+4
2012-12-16mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen4-10/+0
2012-12-16mesa: don't initialize exec dispatch tables in _mesa_initialize_contextJordan Justen1-3/+0
2012-12-16mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen1-1/+6
2012-12-16drivers: compute version and then initialize exec tableJordan Justen12-2/+81
2012-12-16vbo: add _mesa_initialize_vbo_vtxfmtJordan Justen2-0/+19
2012-12-16mesa: separate exec allocation from initializationJordan Justen3-16/+15
2012-12-16r600g: fixup offset types for printingDave Airlie2-4/+4
2012-12-16gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...Henri Verbeet1-28/+0
2012-12-16glsl_parser_extras.cpp: fixup gl vs mem contexts again.Dave Airlie1-4/+4
2012-12-15i965: Move BRW_MAX_GRF and similar defines to brw_reg.h.Kenneth Graunke2-18/+17
2012-12-15i965: Split struct brw_reg out from brw_eu.h into its own header.Kenneth Graunke2-709/+778
2012-12-16st/mesa: add texture buffer object rgb32 support.Dave Airlie1-1/+13
2012-12-16mesa: add support for ARB_texture_buffer_object_rgb32Dave Airlie3-0/+15
2012-12-15glsl: avoid using gl context as a memory contextDave Airlie1-4/+5
2012-12-14i965: Add missing autoconf bits so test_vec4_register_coalesce will buildIan Romanick1-0/+3
2012-12-14i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.Eric Anholt3-61/+128
2012-12-14i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"Eric Anholt3-9/+113