56856 Commits (a41478e3f60d0d4c16cc22170866e561fd216834)
 

Author SHA1 Message Date
  Brian Paul 236ea7900f swrast: add casts for ImageSlices pointer arithmetic 12 years ago
  Chia-I Wu 22c5e048bd ilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS 12 years ago
  Chia-I Wu 16f81fcf1e ilo: enable SO support on GEN7 12 years ago
  Chia-I Wu d26f70e208 ilo: reset SO write offsets for new SO targets 12 years ago
  Chia-I Wu 68e1f76e46 ilo: correctly program SO states for GEN7 12 years ago
  Chia-I Wu 9557cd39e2 ilo: implement GEN7 SO GPE functions 12 years ago
  Chia-I Wu 9069a3b065 ilo: add gen6_pipeline_update_max_svbi() 12 years ago
  Chia-I Wu 252a21c2cc ilo: expose register indices of OUTs in ilo_shader 12 years ago
  Chia-I Wu 440557db4e ilo: allow one-off flags to be specified for CP 12 years ago
  Chia-I Wu dd62e7bc02 ilo: fix tiling/size for special-purpose resources 12 years ago
  Chia-I Wu 7726e9500c ilo: use UMS layout for render targets 12 years ago
  Chia-I Wu 334abed828 ilo: support and prefer compact array spacing 12 years ago
  Chia-I Wu ce188bb252 ilo: move device limits to ilo_dev_info or to GPEs 12 years ago
  Chia-I Wu bef98f9c3a ilo: use ilo_dev_info in toy compiler 12 years ago
  Chia-I Wu 51d749e7e2 ilo: use ilo_dev_info in GPE and 3D pipeline 12 years ago
  Chia-I Wu bb1f635dcc ilo: add ilo_dev_info shared by the screen and contexts 12 years ago
  Chia-I Wu 355f3f7ab5 ilo: fix indentation of ilo_gpe_gen*.h 12 years ago
  Kenneth Graunke 6c5cf8baa1 glsl: Ignore redundant prototypes after a function's been defined. 12 years ago
  Ian Romanick abfe486b9e docs: Import 9.1.2 release notes, add news item. 12 years ago
  Matt Turner 1b6281443d build: Remove libws_xlib.la from GALLIUM_PIPE_LOADER_LIBS. 12 years ago
  Matt Turner 460996b937 build: Remove libpipe_loader.la from GALLIUM_PIPE_LOADER_LIBS. 12 years ago
  Matt Turner 538e10f3ea build: Remove HAVE_PIPE_LOADER_SW. 12 years ago
  Matt Turner ea6caf4cdf build: Remove libws_null.la from GALLIUM_PIPE_LOADER_LIBS. 12 years ago
  Matt Turner 242809942f build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB. 12 years ago
  Matt Turner 657cfe6252 configure.ac: Remove unused HAVE_PIPE_LOADER_XLIB macro. 12 years ago
  Paul Berry bdf13dc832 i965: Stop passing num_samples to intel_miptree_alloc_hiz(). 12 years ago
  Zack Rusin d48054ff22 draw: don't crash if GS doesn't emit anything 12 years ago
  Eric Anholt e56095dc2e i965: Implement color clears using a simple shader in blorp. 12 years ago
  Eric Anholt e34c857639 mesa: Make a Mesa core function for sRGB render encoding handling. 12 years ago
  Eric Anholt db31bc5cfb i965: Don't flush the batch at the end of blorp. 12 years ago
  Vadim Girlin fb1eed9ec5 r600g/sb: remove unused code 12 years ago
  Vadim Girlin 3f18dd818f r600g/sb: collect shader statistics 12 years ago
  Vadim Girlin 6ba7a162b6 r600g/sb: don't propagate dead values in GVN pass 12 years ago
  Vadim Girlin 3e476c311f r600g/sb: use simple heuristic to limit register pressure 12 years ago
  Vadim Girlin 6d6c8c88a3 r600g/sb: improve error checking in ra_coalesce pass 12 years ago
  Vadim Girlin 188c893e65 r600g/sb: use source bytecode in case of optimization errors 12 years ago
  Vadim Girlin ad1df471d0 r600g: plug in optimizing backend 12 years ago
  Vadim Girlin 2cd7691793 r600g/sb: initial commit of the optimizing shader backend 12 years ago
  Vadim Girlin fbb065d629 r600g: use enum type for domains field in struct r600_resource 12 years ago
  Vadim Girlin d5b30fd036 r600g: add new flags to isa instruction tables 12 years ago
  Vadim Girlin a919424215 r600g: always create reverse lookup isa tables 12 years ago
  Vadim Girlin 7d555f2f4c r600g: mask unused source components for SAMPLE 12 years ago
  Eric Anholt df410863d7 intel: Remove the last spans code! 12 years ago
  Eric Anholt 526cf46666 intel: Move the S8 offset calc function near its remaining usage. 12 years ago
  Eric Anholt e7c5e9949b intel: Ensure renderbuffers are current when mapping them. 12 years ago
  Eric Anholt 0e8ef74c5f mesa: Add a clarifying comment about rowStride of compressed textures. 12 years ago
  Eric Anholt 3750ff9e5f mesa: Remove the Map field from texture images. 12 years ago
  Eric Anholt adf958d9c2 swrast: Always use MapTextureImage for mapping textures for swrast. 12 years ago
  Eric Anholt ea05e259c9 nouveau: Replace swrast_texture_image->Map usage with ->Buffer. 12 years ago
  Eric Anholt b78e48289f nouveau: Just use MapTextureImage instead of duplicating the logic. 12 years ago