aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* glsl/ast: Fix assertion failure when GS input declared as non-array.Paul Berry2013-08-131-4/+12
* glsl/ast: Check that geometry shader interface block inputs are arrays.Paul Berry2013-08-131-0/+13
* i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.Paul Berry2013-08-131-1/+1
* radeon/llvm: Add missing "%s" format string to fprintf.Jon Severinsson2013-08-131-1/+1
* i965: Move arrays brw_multisample_positions* to new headerChad Versace2013-08-132-46/+73
* i965: Refactor names of sample_positions_8/4x arraysChad Versace2013-08-131-7/+7
* i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)Kenneth Graunke2013-08-132-3/+7
* i965: Mark a few brw_draw_upload.c functions as non-staticKenneth Graunke2013-08-132-7/+14
* glsl: Require function return type arrays be explicitly sizedIan Romanick2013-08-131-0/+12
* glsl: Move and refine test for unsized arrays in GLSL ESIan Romanick2013-08-131-6/+27
* glx: Generate GLXBadDrawable when drawable is zeroIan Romanick2013-08-131-2/+12
* mesa: Use _mesa_detach_renderbuffer when deleting a textureIan Romanick2013-08-132-20/+48
* mesa: Make detach_renderbuffer available outside fbobject.cIan Romanick2013-08-132-9/+38
* meta: Don't call _mesa_Ortho with width or height of 0Ian Romanick2013-08-131-3/+8
* r600g/sb: use MULADD workaround on R7xx for MULADD_IEEEVadim Girlin2013-08-141-1/+2
* gallivm: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-131-2/+79
* tgsi: implement new float comparison instructions returning integer masksRoland Scheidegger2013-08-134-4/+102
* gallium: add new float comparison instructions returning integer masksRoland Scheidegger2013-08-132-17/+82
* ilo: enable dumping of WM PCBChia-I Wu2013-08-131-1/+5
* ilo: no binding table change when constants are pushedChia-I Wu2013-08-131-21/+17
* ilo: support push constant model in shadersChia-I Wu2013-08-136-12/+143
* ilo: support copying constant buffer 0 to PCBChia-I Wu2013-08-135-19/+105
* ilo: make constant buffer 0 upload optionalChia-I Wu2013-08-133-29/+35
* Revert "ilo: initialize constant buffer SURFACE_STATE early"Chia-I Wu2013-08-134-32/+27
* gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K2013-08-123-5/+6
* gallivm: fix exec_mask interaction with geometry shader after end of mainRoland Scheidegger2013-08-122-16/+14
* draw: simplify prim mask constructionRoland Scheidegger2013-08-121-22/+10
* gallivm: simplify geometry shader mask handling a bitRoland Scheidegger2013-08-121-36/+28
* draw: (trivial) dump tgsi for geometry shaders with GALLIVM_DEBUG_TGSIRoland Scheidegger2013-08-121-0/+5
* gallivm: (trivial) fix typo in argument declaration of lp_build_size_query_soaRoland Scheidegger2013-08-121-1/+1
* i965/fs: Add dump_instruction() support for ARF destinations.Kenneth Graunke2013-08-121-0/+6
* i965/fs: Remove extraneous newline in dump_instruction() for CMP.Kenneth Graunke2013-08-121-1/+1
* i965/fs: Optimize IF/MOV/ELSE/MOV/ENDIF to SEL when possible.Kenneth Graunke2013-08-122-0/+79
* i965/fs: Consider predicated SEL instructions as whole variable writes.Kenneth Graunke2013-08-121-1/+1
* i965/fs: Explicitly disallow CSE on predicated instructions.Kenneth Graunke2013-08-121-1/+3
* i965/fs: Log a performance warning if skipping 16-wide due to pulls.Kenneth Graunke2013-08-121-7/+11
* ilo: initialize constant buffer SURFACE_STATE earlyChia-I Wu2013-08-124-27/+32
* ilo: 3DSTATE_INDEX_BUFFER may be wrongly skippedChia-I Wu2013-08-101-1/+5
* i965: add missing BRW_NEW_INTERPOLATION_MAP to state dumpChris Forbes2013-08-101-0/+1
* i965: Add a new debug mode for the VUE mapChris Forbes2013-08-103-0/+29
* glsl: Don't allow const on out or inout function parametersIan Romanick2013-08-091-0/+15
* gallivm: set non-existing values really to zero in size queries for d3d10Roland Scheidegger2013-08-094-22/+22
* gallivm: use texture target from shader instead of static state for size queryRoland Scheidegger2013-08-096-4/+77
* gallivm: honor d3d10's wishes of out-of-bounds behavior for texture size queryRoland Scheidegger2013-08-091-8/+27
* glsl: Enable ARB_fragment_coord_conventions functionality in GLSL 1.50.Paul Berry2013-08-092-2/+4
* main: Fix deprecation of glLineWidth()Paul Berry2013-08-091-1/+2
* util: (trivial) fix asm input/output list for fxsaveRoland Scheidegger2013-08-091-1/+1
* r600g: disable GPUVM by defaultAlex Deucher2013-08-091-1/+1
* softpipe: fix the regressionsZack Rusin2013-08-081-2/+0
* draw: rewrite primitive assemblerZack Rusin2013-08-089-297/+180