summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nv50: separate video logic from noallocIlia Mirkin2013-08-163-3/+6
* nv30: remove no-longer-used formats from tableIlia Mirkin2013-08-161-3/+0
* mesa: Update the BGRA vertex array error handlingFredrik Höglund2013-08-151-1/+19
* i965/fs: Fix Sandybridge regressions from SEL optimization.Kenneth Graunke2013-08-151-4/+13
* i965: Force X-tiling for 128 bpp formats on Sandybridge.Kenneth Graunke2013-08-151-0/+9
* mesa/vbo: Fix handling of attribute 0 in non-compatibilty contextsIan Romanick2013-08-151-23/+59
* draw: handle nan clipdistanceZack Rusin2013-08-155-4/+48
* i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2013-08-152-0/+2
* gallivm: revert accidentally commited hunkRoland Scheidegger2013-08-151-12/+1
* gallivm: do per-sample depth comparison instead of doing it post-filterRoland Scheidegger2013-08-152-106/+195
* radeonsi: Pixel shaders pre-load one more SGPRMichel Dänzer2013-08-151-2/+3
* radeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any parametersMichel Dänzer2013-08-151-0/+1
* radeonsi: Don't export unused clip distance vectors from vertex shaderMichel Dänzer2013-08-153-1/+14
* radeonsi: Don't leave gaps between position exports from vertex shaderMichel Dänzer2013-08-153-59/+83
* llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger2013-08-151-14/+13
* st/mesa: use new float comparison opcodes if native integers are supportedRoland Scheidegger2013-08-151-34/+26
* nvc0: move video param and format support functions to nouveauIlia Mirkin2013-08-155-70/+76
* nvc0: move firmware loading functions to nouveauIlia Mirkin2013-08-153-90/+108
* nvc0: move some of the simpler decoder functions into nouveauIlia Mirkin2013-08-153-62/+69
* nvc0: move vp param filling logic into nouveauIlia Mirkin2013-08-156-476/+499
* nvc0: move bsp param-filling logic into nouveauIlia Mirkin2013-08-154-276/+324
* nvc0: move nvc0_decoder into nouveau, rename to nouveau_vp3_decoderIlia Mirkin2013-08-156-224/+227
* nvc0: standardize on using #if for NVC0_DEBUG_FENCEIlia Mirkin2013-08-155-8/+8
* nvc0: refactor video buffer management logic into nouveau_vp3Ilia Mirkin2013-08-158-175/+243
* nv50: allow forcing PMPEG use, for ease of testingIlia Mirkin2013-08-152-2/+4
* nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin2013-08-153-15/+15
* nouveau: set buffer format of video bufferIlia Mirkin2013-08-151-0/+1
* nouveau: fix number of surfaces in video buffer, use definesIlia Mirkin2013-08-151-4/+4
* nv30: U8_USCALED only works for size 4Ilia Mirkin2013-08-151-3/+0
* i965: allow 8 user clip planes on CTG+Chris Forbes2013-08-165-6/+21
* i965: get rid of clip plane compactionChris Forbes2013-08-164-55/+11
* i965/clip: Support clip distances for line clippingChris Forbes2013-08-161-19/+47
* i965/clip: remove spurious clipvertex paramChris Forbes2013-08-161-11/+4
* i965/clip: Use clip distances for all user clippingChris Forbes2013-08-161-5/+6
* i956/clip: push dp4 into load_clip_distanceChris Forbes2013-08-161-17/+22
* i965/clip: Track offset into the vertex for clipdistanceChris Forbes2013-08-162-0/+12
* i965/Gen4-5: Set clip flags from clip distancesChris Forbes2013-08-161-11/+11
* i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2Chris Forbes2013-08-164-1/+29
* i965/vs: add vec4_instruction::depends_on_flagsChris Forbes2013-08-162-2/+7
* i965/clip: Enable interpolation of clip distancesChris Forbes2013-08-161-7/+3
* i965/vs: Do legacy clip lowering earlierChris Forbes2013-08-162-20/+15
* i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ...Chris Forbes2013-08-161-0/+5
* ilo: fix fragment shaders that use PCB on GEN7+Chia-I Wu2013-08-152-3/+7
* nouveau: Fix variable name.Vinson Lee2013-08-141-1/+1
* glsl: Add i2b() and b2i() to ir_builder.Matt Turner2013-08-142-0/+14
* glsl: Add nequal() to ir_builder.Matt Turner2013-08-142-0/+7
* glsl: Add abs() to ir_builder.Matt Turner2013-08-142-0/+7
* glsl: Add bitcast_i2f() to ir_builder.Matt Turner2013-08-142-0/+28
* radeonsi: unduplicate code in create_contextMarek Olšák2013-08-151-6/+0
* radeonsi: initialize the radeon_surface structureMarek Olšák2013-08-151-1/+1