summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-08-15nv30: hook up PMPEG support via nouveau_video, enables XvMC to workIlia Mirkin3-15/+15
2013-08-15nouveau: set buffer format of video bufferIlia Mirkin1-0/+1
2013-08-15nouveau: fix number of surfaces in video buffer, use definesIlia Mirkin1-4/+4
2013-08-15nv30: U8_USCALED only works for size 4Ilia Mirkin1-3/+0
2013-08-16i965: allow 8 user clip planes on CTG+Chris Forbes5-6/+21
2013-08-16i965: get rid of clip plane compactionChris Forbes4-55/+11
2013-08-16i965/clip: Support clip distances for line clippingChris Forbes1-19/+47
2013-08-16i965/clip: remove spurious clipvertex paramChris Forbes1-11/+4
2013-08-16i965/clip: Use clip distances for all user clippingChris Forbes1-5/+6
2013-08-16i956/clip: push dp4 into load_clip_distanceChris Forbes1-17/+22
2013-08-16i965/clip: Track offset into the vertex for clipdistanceChris Forbes2-0/+12
2013-08-16i965/Gen4-5: Set clip flags from clip distancesChris Forbes1-11/+11
2013-08-16i965: add new VS_OPCODE_UNPACK_FLAGS_SIMD4X2Chris Forbes4-1/+29
2013-08-16i965/vs: add vec4_instruction::depends_on_flagsChris Forbes2-2/+7
2013-08-16i965/clip: Enable interpolation of clip distancesChris Forbes1-7/+3
2013-08-16i965/vs: Do legacy clip lowering earlierChris Forbes2-20/+15
2013-08-16i965/Gen4-5: ensure VUE slots for clipdistance are valid if user clipping is ...Chris Forbes1-0/+5
2013-08-15ilo: fix fragment shaders that use PCB on GEN7+Chia-I Wu2-3/+7
2013-08-14nouveau: Fix variable name.Vinson Lee1-1/+1
2013-08-14glsl: Add i2b() and b2i() to ir_builder.Matt Turner2-0/+14
2013-08-14glsl: Add nequal() to ir_builder.Matt Turner2-0/+7
2013-08-14glsl: Add abs() to ir_builder.Matt Turner2-0/+7
2013-08-14glsl: Add bitcast_i2f() to ir_builder.Matt Turner2-0/+28
2013-08-15radeonsi: unduplicate code in create_contextMarek Olšák1-6/+0
2013-08-15radeonsi: initialize the radeon_surface structureMarek Olšák1-1/+1
2013-08-15radeonsi: correct sampler function namesMarek Olšák1-23/+23
2013-08-15radeonsi: rename r600_texture::dirty_db_mask to dirty_level_maskMarek Olšák4-8/+8
2013-08-15radeonsi: rename r600_resource_texture to r600_textureMarek Olšák7-48/+48
2013-08-15tgsi: add info about MSAA samplers to tgsi_shader_infoMarek Olšák2-0/+14
2013-08-15tgsi: fix the location of sample indexMarek Olšák1-1/+3
2013-08-15r600/radeonsi: implement new float comparison instructionsRoland Scheidegger2-19/+48
2013-08-15nv50: implement new float comparison instructionsRoland Scheidegger1-0/+17
2013-08-15ilo: implement new float comparison instructionsRoland Scheidegger1-8/+12
2013-08-15gallivm: already pass coords in the right place in the sampler interfaceRoland Scheidegger3-99/+90
2013-08-15gallivm: change coordinate handling throughout functionsRoland Scheidegger3-133/+133
2013-08-15gallivm: fix border color with normalized texture formatsRoland Scheidegger1-13/+53
2013-08-14llvmpipe: fix pipeline statistics with a null psZack Rusin8-8/+43
2013-08-14draw: make sure that the stages setup outputsZack Rusin5-30/+62
2013-08-14glsl: Fix incorrect pattern matching in ir_set_program_inoutsPaul Berry1-2/+2
2013-08-14vl: Add support for max level query v2Rico Schüller12-4/+99
2013-08-13glsl: Emit better warnings for things that look like default precision statem...Ian Romanick1-13/+31
2013-08-13glsl/ast: Don't perform GS input array checks on non-inputs.Paul Berry1-1/+1
2013-08-13glsl/ast: Fix assertion failure when GS input declared as non-array.Paul Berry1-4/+12
2013-08-13glsl/ast: Check that geometry shader interface block inputs are arrays.Paul Berry1-0/+13
2013-08-13i965/gen7+: Fix build error introduced by renaming upload_3dstate_so_decl_list.Paul Berry1-1/+1
2013-08-13radeon/llvm: Add missing "%s" format string to fprintf.Jon Severinsson1-1/+1
2013-08-13i965: Move arrays brw_multisample_positions* to new headerChad Versace2-46/+73
2013-08-13i965: Refactor names of sample_positions_8/4x arraysChad Versace1-7/+7
2013-08-13i965/gen7+: Mark upload_3dstate_so_decl_list as non-static (v2)Kenneth Graunke2-3/+7
2013-08-13i965: Mark a few brw_draw_upload.c functions as non-staticKenneth Graunke2-7/+14